style(business-crud-page): 调整地图标记和输入框图标字体大小

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