Merge pull request #13647 from dataease/pr@dev-v2_st
fix(系统设置): 系统参数-基础设置-编辑状态缺失提示说明 icon,前后保持一致
This commit is contained in:
commit
bcb9c9b263
@ -276,7 +276,7 @@ defineExpose({
|
||||
>
|
||||
<template v-slot:label>
|
||||
<div class="basic-form-info-tips">
|
||||
<span>{{ t(item.label) }}</span>
|
||||
<span class="custom-form-item__label">{{ t(item.label) }}</span>
|
||||
<el-tooltip
|
||||
v-if="tooltipItem[`setting_basic.${item.pkey}`]"
|
||||
effect="dark"
|
||||
@ -451,6 +451,7 @@ defineExpose({
|
||||
.ed-form-item__label {
|
||||
line-height: 22px !important;
|
||||
height: 22px !important;
|
||||
|
||||
.basic-form-info-tips {
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
@ -458,6 +459,25 @@ defineExpose({
|
||||
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 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user