【fix bug】样式调整

This commit is contained in:
zhaoxiao
2023-03-16 17:22:38 +08:00
parent 30d824eb00
commit c605aaf1f6
+9 -1
View File
@@ -51,11 +51,19 @@ export default {
}
}
</script>
<style>
<style scoped lang="less">
#app {
height: 100%;
}
.port-spin {
height: 100%;
/deep/ .ant-spin-container {
height: 100%;
}
}
.port-spin > div > .ant-spin {
height: 100vh!important;
max-height: unset!important;