修改整体字号

This commit is contained in:
X1627315083
2024-01-09 15:30:20 +08:00
parent d4b8b4a32e
commit 814c7cba31
25 changed files with 79 additions and 68 deletions

View File

@@ -569,6 +569,7 @@ export default defineComponent({
border-right: 1px solid #e5e5e5;
display: flex;
flex-direction: column;
flex-shrink: 0;
&.moodboard_body::-webkit-scrollbar {
display: none;
}
@@ -662,8 +663,8 @@ export default defineComponent({
}
.modal_img_max{
// flex: 1;
width: 57rem;
height: 35rem;
width: 49rem;
height: calc(49rem*0.614);
position: relative;
.mark_loading{
position: absolute;