修改整体字号
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user