style(business-crud-page): 调整地图标记和输入框图标字体大小
- 将地图标记后缀文字字体大小设置为18px - 设置输入框图标的字体大小为18px - 调整配送模板地图后缀的字体大小为18px - 保持原有颜色和悬停样式不变
This commit is contained in:
@@ -13214,10 +13214,12 @@ export default {
|
||||
|
||||
.business-crud-page__map-suffix {
|
||||
color: #409eff;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
:deep(.el-input .el-input__icon) {
|
||||
color: #409eff;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
&--shipping-template {
|
||||
@@ -13286,6 +13288,7 @@ export default {
|
||||
&__map-suffix {
|
||||
cursor: pointer;
|
||||
color: #909399;
|
||||
font-size: 18px;
|
||||
|
||||
&:hover {
|
||||
color: #409eff;
|
||||
|
||||
Reference in New Issue
Block a user