From 5381292617ad40f2fc7a9266ceb964a672d25a5a Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 13 十一月 2023 18:30:42 +0800 Subject: [PATCH] modified: src/views/basic/param/index.vue modified: src/views/basic/template/index.vue modified: src/views/common/param-mergeTemplate.vue modified: src/views/plan/customerorder/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