Browse Source

页面运营优化等

pansl 1 năm trước cách đây
mục cha
commit
2edcdb5e61

+ 1 - 0
src/views/pageLayout/channelPageManage/index.vue

@@ -45,6 +45,7 @@
               <template #default="scope">
                 <el-button link type="primary" size="small" @click="handleConfigure(scope.row)"
                   v-action="'operation.Channel.setting'">配置</el-button>
+                <br />
                 <el-button link type="primary" size="small" @click="handleDel(scope.row)" v-if="!scope.row.status"
                   v-action="'operation.Channel.del'">删除</el-button>
               </template>

+ 2 - 1
src/views/pageLayout/homePageManage/index.vue

@@ -43,8 +43,9 @@
             </el-table-column>
             <el-table-column label="操作">
               <template #default="scope">
-                <el-button link type="primary" size="default" @click="handleConfigure(scope.row)"
+                <el-button link type="primary" size="small" @click="handleConfigure(scope.row)"
                   v-action="'operation.FirstPage.setConfig'">配置</el-button>
+                <br />
                 <el-button link type="primary" size="small" @click="handleDel(scope.row)" v-if="!scope.row.status"
                   v-action="'operation.FirstPage.delete'">删除</el-button>
               </template>