【fix bug】样式调整
This commit is contained in:
@@ -51,11 +51,19 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style scoped lang="less">
|
||||||
#app {
|
#app {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.port-spin {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
/deep/ .ant-spin-container {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.port-spin > div > .ant-spin {
|
.port-spin > div > .ant-spin {
|
||||||
height: 100vh!important;
|
height: 100vh!important;
|
||||||
max-height: unset!important;
|
max-height: unset!important;
|
||||||
|
|||||||
Reference in New Issue
Block a user