Sfoglia il codice sorgente

style: 不能保存作品提示框的样式修改

TIANYONG 8 mesi fa
parent
commit
297eaf50fb

+ 3 - 1
src/subpages/colexiu/popups/evaluating/index.module.less

@@ -290,13 +290,15 @@
     padding: 8Px 12Px;
     position: absolute;
     left: 50%;
-    top: 46Px;
+    top: 48Px;
     transform: translateX(-60%);
     z-index: 1;
     color: #fff;
     width: max-content;
     word-break: keep-all;
     > i {
+      display: inline-block;
+      min-width: 12Px;
       width: 12Px;
       height: 12Px;
       background-image: url('./icons/close_icon.png');