소스 검색

文案库管理 快手 work 分支

jiayufei 3 년 전
부모
커밋
c8b4ed107d

+ 1 - 1
src/views/modules/autoLaunch/auto-copy-library/auto-copy-library.less

@@ -1,6 +1,6 @@
 .auto-copylibrary-content {
     background: #fff;
-    height: calc(100vh - 320px);
+    // height: calc(100vh - 320px);
     padding: 20px;
     overflow-y: auto;
     .control-con-header {

+ 1 - 1
src/views/modules/autoLaunch/auto-copy-library/auto-copy-library.vue

@@ -48,7 +48,7 @@
                         />
                     </a-form-item>
                     <a-form-item class="form-handle-btn">
-                        <a-button type="default" class="reset-class" icon="reload" @click="handleResetList">重置</a-button>
+                        <a-button type="primary" class="reset-class" icon="reload" @click="handleResetList">重置</a-button>
                         <a-button type="primary" class="reset-class" icon="search" @click="handleQueryList">查询</a-button>
                         <a-button type="primary" @click="handleAddAccountConfig">新增文案</a-button>
                     </a-form-item>