Merge branch 'master' of http://47.115.223.229:8888/yangjun/dbsd_kczx
This commit is contained in:
commit
c986e6ecf2
|
@ -550,7 +550,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topButton {
|
.topButton {
|
||||||
padding-top: 10px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ainput {
|
.ainput {
|
||||||
|
@ -585,4 +585,11 @@
|
||||||
:deep(.maxDiv) .ant-collapse-header{
|
:deep(.maxDiv) .ant-collapse-header{
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
/deep/.ant-card-body{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
/deep/.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue