fix(系统设置): 系统参数-基础设置-编辑状态缺失提示说明 icon,前后保持一致
This commit is contained in:
parent
9104e3789c
commit
f04aed6745
@ -276,7 +276,7 @@ defineExpose({
|
|||||||
>
|
>
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
<div class="basic-form-info-tips">
|
<div class="basic-form-info-tips">
|
||||||
<span>{{ t(item.label) }}</span>
|
<span class="custom-form-item__label">{{ t(item.label) }}</span>
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
v-if="tooltipItem[`setting_basic.${item.pkey}`]"
|
v-if="tooltipItem[`setting_basic.${item.pkey}`]"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
@ -451,6 +451,7 @@ defineExpose({
|
|||||||
.ed-form-item__label {
|
.ed-form-item__label {
|
||||||
line-height: 22px !important;
|
line-height: 22px !important;
|
||||||
height: 22px !important;
|
height: 22px !important;
|
||||||
|
|
||||||
.basic-form-info-tips {
|
.basic-form-info-tips {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@ -458,6 +459,25 @@ defineExpose({
|
|||||||
column-gap: 4px;
|
column-gap: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ed-form-item {
|
||||||
|
&.is-required.asterisk-right {
|
||||||
|
.ed-form-item__label:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.basic-form-info-tips {
|
||||||
|
.custom-form-item__label:after {
|
||||||
|
content: '*';
|
||||||
|
color: var(--ed-color-danger);
|
||||||
|
margin-left: 2px;
|
||||||
|
font-family: var(--de-custom_font, 'PingFang');
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.ed-radio__label {
|
.ed-radio__label {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user