From 0747a32003b83a155466496d18f7dddf6f800436 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期五, 11 八月 2023 17:49:33 +0800 Subject: [PATCH] Crunchy-08/11下班 --- src/App.vue | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 50 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7dba306..270aee6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,7 +26,7 @@ </script> <style> /* @import url("../static/img/alifont/iconfont.css"); */ - @import url("//at.alicdn.com/t/c/font_4179845_y48isucsagi.css"); + @import url("//at.alicdn.com/t/c/font_4179845_enf3r8ak8d.css"); * { margin: 0; @@ -115,7 +115,7 @@ .el-popper .popper__arrow{ display: none ; } - /**淇敼鍏ㄥ眬鐨勬粴鍔ㄦ潯*/ +/**淇敼鍏ㄥ眬鐨勬粴鍔ㄦ潯*/ /**婊氬姩鏉$殑瀹藉害*/ ::-webkit-scrollbar { width: 8px; @@ -158,10 +158,57 @@ color: #999; font-weight: 500; } - .el-pager .number.active { background-color: #004EA2; color: #fff; border: 0; } + /* 鍏ㄥ眬妯℃�佹鏍峰紡 */ + .el-dialog__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; + } + .el-dialog__header .el-dialog__title{ + font-size: 16px !important; + } + + .el-dialog__footer .el-button *{ + font-size: 14px !important; + } + + .el-dialog__footer .el-button{ + height: 36px; + border: 1px solid rgba(190, 190, 190, 0.44); + box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41); + padding: 0 14px; + } + + .el-button--primary{ + background: #004EA2; + } + + .el-dialog__body{ + padding: 15px 20px; + } + + .el-input.is-disabled input{ + color: #666 !important; + background-color: rgba(0, 0, 0, 0.05) !important; + } + /* 鍏ㄥ眬杈撳叆妗嗘牱寮� */ + /* 鍏ㄥ眬鎸夐挳鏍峰紡 */ </style> -- Gitblit v1.9.3