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