소스 검색

生词词性宽度调整

natasha 2 년 전
부모
커밋
90344d504f
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/components/Adult/preview/WordPhrase.vue

+ 3 - 1
src/components/Adult/preview/WordPhrase.vue

@@ -617,7 +617,9 @@ export default {
       }
       .NPC-word-tab-cixing {
         font-family: "robot";
-        width: 48px;
+        // width: 48px;
+        min-width: 48px;
+        width: auto;
         box-sizing: border-box;
         text-align: left;
         font-style: italic;