添加背景色

This commit is contained in:
RenCheng 2025-05-11 18:05:35 +08:00
parent 50f3208ccf
commit 854cc9de13
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
</a-form>
</div>
<!-- table区域-begin -->
<div style="height:900px;overflow-y:auto;">
<div style="height:900px;overflow-y:auto;background: #e6e9f1;">
<a-table
ref="table"
size="middle"

View File

@ -28,7 +28,7 @@
</a-form>
</div>
<!-- table区域-begin -->
<div style="height:900px;overflow-y:auto;">
<div style="height:900px;overflow-y:auto;background: #e6e9f1;">
<a-table
ref="table"
size="middle"

View File

@ -48,7 +48,7 @@
</a-form>
</div>
<!-- table区域-begin -->
<div style="height:900px;overflow-y:auto;">
<div style="height:900px;overflow-y:auto;background: #e6e9f1;">
<a-button type="primary" @click="handleAdd" icon="upload" style="margin-left: 8px;left: 10px;margin-bottom: 10px;">添加</a-button>
<a-table
ref="table"

View File

@ -28,7 +28,7 @@
</a-form>
</div>
<!-- table区域-begin -->
<div style="height:900px;overflow-y:auto;">
<div style="height:900px;overflow-y:auto;background: #e6e9f1;">
<a-table
ref="table"
size="middle"