添加背景色
This commit is contained in:
parent
50f3208ccf
commit
854cc9de13
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user