Bladeren bron

🎨 修改细节问题

快乐的梦鱼 6 dagen geleden
bovenliggende
commit
278f7b8d79
2 gewijzigde bestanden met toevoegingen van 2 en 7 verwijderingen
  1. 2 1
      src/components/dynamicf/Editor/QuillEditorWrapper.vue
  2. 0 6
      src/pages/admin.vue

+ 2 - 1
src/components/dynamicf/Editor/QuillEditorWrapper.vue

@@ -295,7 +295,8 @@ $fontList: (
   }
   .ql-paste-plain {
     width: 75px!important;
-    font-size: 12px!important;
+    font-size: 11px!important;
+    white-space: nowrap;
   }
 
   &.ql-toolbar {

+ 0 - 6
src/pages/admin.vue

@@ -12,9 +12,6 @@
        
         <a-tabs v-model:activeKey="activeKey" centered>
           <a-tab-pane key="1" tab="传承人列表">
-            <!-- <div class="d-flex justify-content-end">
-              <a-button type="primary" @click="router.push({ name: 'FormWork' })">+ 新增</a-button>
-            </div> -->
             <CommonListBlock 
               :showTotal="true"
               :rowCount="1"
@@ -35,9 +32,6 @@
             </CommonListBlock>
           </a-tab-pane>
           <a-tab-pane key="2" tab="非遗项目列表">
-            <!-- <div class="d-flex justify-content-end">
-              <a-button type="primary" @click="router.push({ name: 'FormWork' })">+ 新增</a-button>
-            </div> -->
             <CommonListBlock 
               :showTotal="true"
               :rowCount="1"