From 1615528985f30b496d3c294e82136434ee36397c Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期三, 09 八月 2023 17:54:23 +0800 Subject: [PATCH] 8.9编写销售管理 --- src/App.vue | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index ccd4a2b..e34819f 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; @@ -183,8 +183,32 @@ margin-right: 8.5px; } .el-dialog__header .el-dialog__title{ - font-size: 18px !important; + 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