From 72a8dc5fcb0802d47b330fc81aab0359c4b69a5f Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期四, 26 十二月 2024 10:52:16 +0800 Subject: [PATCH] 修改样式 --- Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue b/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue index 97a3686..5444d24 100644 --- a/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue @@ -15,7 +15,7 @@ </el-button> <el-button icon="el-icon-upload2" plain size="small" type="primary" @click="uploadClickHandler">瀵煎叆 </el-button> - <el-button class="smallBtn" plain size="small" type="primary" + <el-button plain size="small" type="primary" @click="checkViewClickHandler">鏌ョ湅浣跨敤鑼冨洿 </el-button> </div> @@ -23,7 +23,7 @@ <div style="height: calc(100vh - 280px);"> <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick"> <span slot-scope="{ node, data }" class="el-tree-node__label"> - <span style="font-size: 15px"> + <span> <i class="el-icon-s-promotion"></i> {{ (node || {}).label }} </span> -- Gitblit v1.9.3