|
@@ -23,7 +23,7 @@
|
|
|
<!-- </template>-->
|
|
<!-- </template>-->
|
|
|
<!-- <a-card :bordered="false">-->
|
|
<!-- <a-card :bordered="false">-->
|
|
|
<!-- table区域-begin -->
|
|
<!-- table区域-begin -->
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div class='table'>
|
|
|
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">-->
|
|
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">-->
|
|
|
<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项-->
|
|
<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项-->
|
|
|
<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>-->
|
|
<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>-->
|
|
@@ -430,4 +430,8 @@
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
|
|
+ .table{
|
|
|
|
|
+ padding: 0 15px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|