fix: 移动端适配样式调整

This commit is contained in:
TsMask
2023-12-12 19:30:44 +08:00
parent cd53fab1f9
commit fe81a2d924
6 changed files with 28 additions and 13 deletions

View File

@@ -1133,7 +1133,7 @@ onMounted(() => {
<template>
<PageContainer>
<a-row :gutter="16">
<a-col :span="6">
<a-col :lg="6" :md="6" :xs="24" style="margin-bottom: 24px">
<!-- 网元类型 -->
<a-card
size="small"
@@ -1161,7 +1161,7 @@ onMounted(() => {
</a-form>
</a-card>
</a-col>
<a-col :span="18">
<a-col :lg="18" :md="18" :xs="24">
<a-card
size="small"
:bordered="false"