@@ -2231,6 +2231,7 @@ export default {
.strock-play-box,
.playStorkes-btn {
+ z-index: 2 !important; // 1时点不了 所以只能为2
width: 9px !important;
height: 9px !important;
}
@@ -2407,8 +2408,8 @@ export default {
.hz-box {
display: flex;
- flex-flow: wrap;
- width: max-content;
+ max-width: 223px;
+ overflow-x: auto;
.writeTop-item {
@@ -109,7 +109,7 @@ export default {
position: absolute;
top: 0;
right: 0;
- z-index: 1;
+ z-index: 2; // 1时点不了 所以只能为2
cursor: pointer;
@@ -125,7 +125,7 @@ export default {
align-items: center;
justify-content: center;