知识库
This commit is contained in:
parent
813f03152a
commit
bea77a5e70
@ -993,7 +993,7 @@ export default {
|
||||
}
|
||||
|
||||
.dialog-footer {
|
||||
padding: 0 20px 0;
|
||||
padding:2px 44px 0;
|
||||
text-align: right;
|
||||
}
|
||||
.texts {
|
||||
@ -1046,7 +1046,7 @@ export default {
|
||||
.list {
|
||||
margin: 20px auto;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
height: calc(100% - 80px);
|
||||
background-color: #f2f4f5;
|
||||
display: flex;
|
||||
padding-top: 15px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user