From 38b161e4d52362081bfe78fb5b51fbf384db7ce2 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 06 5月 2025 07:22:21 +0800 Subject: [PATCH] 222 --- HIAWms/web/src/assets/styles/common.scss | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/HIAWms/web/src/assets/styles/common.scss b/HIAWms/web/src/assets/styles/common.scss new file mode 100644 index 0000000..e26dcd0 --- /dev/null +++ b/HIAWms/web/src/assets/styles/common.scss @@ -0,0 +1,56 @@ +// // 淇鏃ユ湡鏃堕棿鏍峰紡 +// .light-datetime-picker { +// .cs-input__inner { +// background: #fff !important; +// box-shadow: none !important; +// } +// .cs-input.is-disabled .cs-input__inner { +// background: var(--el-disabled-bg-color) !important; +// } + +// &.cs-popper.is-light { +// padding: 0 !important; +// max-width: inherit; +// } +// } + +// // 缁勪欢涓嬬殑element鏍峰紡 +// .light-element-ui { +// .cs-input__inner:not(el-overwrite-ignore *) { +// background-color: #fff !important; +// color: #35363b !important; +// } + +// .cs-input__inner:hover { +// box-shadow: none !important; +// } + +// .cs-input__inner:focus { +// box-shadow: none !important; +// } + +// .cs-input.is-disabled .cs-input__inner { +// box-shadow: none !important; +// color: #999 !important; +// } + +// .cs-input-group__append, +// .cs-input-group__prepend { +// padding: 0 14px !important; +// } + +// .cs-input-group { +// box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important; +// border-radius: 3px !important; +// } + +// .cs-input { +// box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important; +// border-radius: 3px !important; +// } + +// .cs-input.is-focus .cs-input__inner { +// box-shadow: none !important; +// } +// } + \ No newline at end of file -- Gitblit v1.9.3