Browse Source

fix: 选择空间的样式修改

chenzhen2 2 years ago
parent
commit
88dbcea4f8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/choiceSpace/choiceSpace.vue

+ 2 - 1
src/views/choiceSpace/choiceSpace.vue

@@ -674,7 +674,8 @@ export default defineComponent({
         background: #fff;
         .item-text {
           display: inline-block;
-          font-size: 20px;
+          font-size: 16px;
+          line-height: 20px;
           width: calc(100% - 60px);
           padding-left: 20px;
           position: absolute;