From fc64b1e30e931f66ca570066df4725090224db1e Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 20 十一月 2024 10:51:04 +0800 Subject: [PATCH] 业务类型、状态池添加图标 --- Source/plt-web/plt-web-ui/src/App.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/App.vue b/Source/plt-web/plt-web-ui/src/App.vue index 4678407..69d8872 100644 --- a/Source/plt-web/plt-web-ui/src/App.vue +++ b/Source/plt-web/plt-web-ui/src/App.vue @@ -4,7 +4,6 @@ </div> </template> - <script> export default { name: "app", @@ -180,4 +179,7 @@ .el-descriptions__header{ margin-bottom: 10px; } + +.font14{font-size: 14px;width: 12px;height: 12px;display: inline-block;} +.font16{font-size: 16px;width: 14px;height: 14px;display: inline-block;} </style> -- Gitblit v1.9.3