From 5676e658cf19f371ca059104889c33685a6416b9 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 16 十一月 2023 20:22:10 +0800 Subject: [PATCH] modified: src/views/plan/customerorder/customerorder-form.vue modified: src/views/plan/masterproductionschedule/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