知识库

This commit is contained in:
shidongli 2024-06-18 18:17:55 +08:00
parent 813f03152a
commit bea77a5e70

View File

@ -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;