From a4add192450f06f9e4748e6513234510f431b21e Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 16 十一月 2023 10:56:21 +0800 Subject: [PATCH] modified: src/views/basic/log/index.vue modified: src/views/plan/manufacturingorder/index.vue modified: src/views/plan/masterproductionschedule/index.vue modified: src/views/plan/mpsrequirements/index.vue modified: src/views/plan/operationtask/index.vue modified: src/views/plan/outsourcingorder/index.vue modified: src/views/quality/report/index.vue --- src/App.vue | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index d983112..6830291 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,4 +23,23 @@ height: 100%; overflow: hidden; } + /* 鍏ㄥ眬妯℃�佹鏍峰紡 */ +.el-dialog__header,.el-message-box__header { + box-sizing: border-box; + height: 56px; + border-bottom: 1px solid rgb(238, 238, 238); + padding: 0px; + display: flex; + align-items: center; +} +.el-dialog__header::before { + content: ""; + display: inline-block; + width: 4px; + height: 30.24px; + background: rgb(0, 95, 201); + border-radius: 10px; + margin-left: 32px; + margin-right: 8.5px; +} </style> -- Gitblit v1.9.3