wangxin 4 سال پیش
والد
کامیت
a2332cbfcc
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/views/requiremanager/HwEnrollmentList.vue

+ 5 - 1
src/views/requiremanager/HwEnrollmentList.vue

@@ -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>