|
@@ -256,7 +256,7 @@
|
|
|
<a-button type="link" class="edit-option-btn" @click="handleEdit">选择编辑</a-button>
|
|
|
</div>
|
|
|
|
|
|
- <div class="grid-content">
|
|
|
+ <div class="grid-content" style="margin-top: 12px;">
|
|
|
<a-card class="attr-card" v-for="(item,index) in attrCards" :key="index">{{item.sbjc ||item.wzjc}}</a-card>
|
|
|
</div>
|
|
|
</a-spin>
|
|
@@ -628,7 +628,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.grid-content {
|
|
|
- margin-top: 12px;
|
|
|
+ /*margin-top: 12px;*/
|
|
|
position: relative;
|
|
|
}
|
|
|
|