fix:根据ui修改样式
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user