fix:根据ui修改样式

This commit is contained in:
zhaohy
2024-08-13 11:09:06 +08:00
parent 0e452ddef2
commit ca7b5bbede
5 changed files with 93 additions and 77 deletions

View File

@@ -8,20 +8,7 @@
:cancel="handleClose"
@close="handleClose"
placement="right">
<div
class="ns-title-extra-box"
style="
width: 100%;
height: 22px;
opacity: 1;
/** 文本1 */
font-size: 16px;
font-weight: 700;
letter-spacing: 0px;
line-height: 21px;
color: rgba(51, 51, 51, 1);
margin-bottom: 24px;
">
<div class="ns-title-extra-box title">
<span style="margin-left: 6px">{{ infoObject?.id ? '编辑' : '新增' }}</span>
</div>
<div style="padding: 18px; width: 100%; overflow: hidden">
@@ -494,6 +481,18 @@
display: flex;
justify-content: space-between;
}
.title {
width: 200px;
height: 22px;
opacity: 1;
/** 文本1 */
font-size: 16px;
font-weight: 700;
letter-spacing: 0px;
line-height: 21px;
color: rgba(51, 51, 51, 1);
margin-left: 24px;
}
.blue-background.ant-switch-checked {
background-color: linear-gradient(
180deg,