From 2686438ad8f3cbdb8deea79de53ffe4bb3e87fb7 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期二, 01 八月 2023 09:11:41 +0800 Subject: [PATCH] modified: src/App.vue modified: src/assets/api/controller.js new file: src/components/view/raw-ins.vue modified: src/components/view/standard-table/technology.vue modified: src/components/view/standard.vue modified: src/view/index.vue --- src/components/view/standard.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/components/view/standard.vue b/src/components/view/standard.vue index 853d4a2..fc2549f 100644 --- a/src/components/view/standard.vue +++ b/src/components/view/standard.vue @@ -12,6 +12,10 @@ margin-bottom: 10px; padding: 0 20px; } + + .standard .title *{ + font-size: 16px; + } .thing { width: 100%; @@ -85,6 +89,10 @@ .standard .title .el-button * { font-size: 14px; } + + .standard .title .el-button--default{ + color: #004EA2; + } .standard .thing .left .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content { background: rgba(58, 124, 253, 0.3); @@ -101,7 +109,7 @@ <div class="standard"> <div class="title"> <el-row> - <el-col :span="12">鏍囧噯BOM</el-col> + <el-col :span="12" style="line-height: 32px;">鏍囧噯BOM</el-col> <el-col :span="12" style="text-align: right;"> <el-button type="primary" icon="el-icon-plus" style="background: #004EA2;">鏂板</el-button> <el-button icon="el-icon-edit-outline">淇敼</el-button> -- Gitblit v1.9.3