style: 开站页面样式居中

This commit is contained in:
TsMask
2024-05-30 11:38:36 +08:00
parent 7aa37ee330
commit 89857e0c1b
2 changed files with 5 additions and 7 deletions

View File

@@ -218,14 +218,9 @@ onMounted(() => {
<style lang="less" scoped>
.ne {
padding-top: 12px;
height: calc(60vh + 56px);
overflow-x: hidden;
overflow-y: auto;
// & .ant-form {
// overflow-y: auto;
// overflow-x: hidden;
// }
&-oper {
padding-top: 24px;
text-align: end;

View File

@@ -86,10 +86,13 @@ onMounted(() => {
}
.build-card {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
min-width: 360px;
margin: 0 auto;
border-radius: 6px;
top: 4vh;
overflow: hidden;
}
</style>