This commit is contained in:
steven
2022-10-31 16:34:39 +08:00
parent f2c010bc5d
commit cad42e9ef3

View File

@@ -105,7 +105,7 @@ const isMobile = ref('pc')
position: absolute; position: absolute;
left: 305px; left: 305px;
right: 300px; right: 300px;
height: calc(100% - 200px) !important; height: calc(100% - 104px) !important;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
background-color: v-bind(backgroundColor); background-color: v-bind(backgroundColor);