修改样式

This commit is contained in:
gongjiale 2022-11-02 14:35:57 +08:00
parent e4cdac8bb9
commit 65026d0e65
1 changed files with 10 additions and 0 deletions

View File

@ -2508,6 +2508,16 @@
}
.introduction {
width: unset;
button {
height: 30px;
width: 120px;
border: 1px solid #bbd3ef;
border-radius: 6px;
background: #edf4fc;
color: #0087ff;
font-size: 14px;
}
:deep(.ant-form-item-control) {
margin-left: -2.1rem;
}