修改样式
This commit is contained in:
parent
e4cdac8bb9
commit
65026d0e65
|
@ -2508,6 +2508,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.introduction {
|
.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) {
|
:deep(.ant-form-item-control) {
|
||||||
margin-left: -2.1rem;
|
margin-left: -2.1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue