修改颜色选择器通用内容

v1.0.0
于肖磊 2024-08-29 14:20:52 +08:00
parent ced30074f3
commit add0b38fbe
7 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id 4607934 */
src: url('iconfont.woff2?t=1724054334931') format('woff2'),
url('iconfont.woff?t=1724054334931') format('woff'),
url('iconfont.ttf?t=1724054334931') format('truetype'),
src: url('iconfont.ttf?t=1724054334931') format('truetype'),
url('iconfont.svg?t=1724054334931#iconfont') format('svg');
}

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id 4227145 */
src: url('iconfont.woff2?t=1724376718457') format('woff2'),
url('iconfont.woff?t=1724376718457') format('woff'),
url('iconfont.ttf?t=1724376718457') format('truetype'),
src: url('iconfont.ttf?t=1724376718457') format('truetype'),
url('iconfont.svg?t=1724376718457#iconfont') format('svg');
}

View File

@ -186,4 +186,9 @@ div:focus {
.el-color-predefine__colors .el-color-predefine__color-selector{
box-shadow: 0 0.2rem 0.8rem rgba(50, 55, 58, 0.1);
}
.el-color-picker .el-color-picker__trigger .el-color-picker__color {
background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(135deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(135deg, transparent 75%, #ccc 75%);
background-size: 12px 12px;
background-position: 0 0, 6px 0, 6px -6px, 0 6px;
}