zhongtianhaoyuan 4 éve
szülő
commit
512bcf1cbd
1 módosított fájl, 16 hozzáadás és 4 törlés
  1. 16 4
      src/views/warehouse/warehouseManagementDelete.vue

+ 16 - 4
src/views/warehouse/warehouseManagementDelete.vue

@@ -1,9 +1,9 @@
 //删除仓库
 <template>
-  <div > 
+  <div class="homepage"> 
      <el-row>
       <el-col :span="20">
-        <h2 class="bg-left title">删除库</h2>
+        <h2 class="bg-left title">删除库</h2>
       </el-col>
       <el-col :span="4" class="bg-right">
          <el-button
@@ -271,7 +271,19 @@ export default {
 .bg-right{
   float: right;
 }
-.bg-bottom{
-  margin-right: 20px;
+.homepage{
+  padding: 0 20px;
 }
+.bg-right{
+text-align: right;
+  margin: 15px 0;
+}
+//表格文字居中
+/deep/.el-table th.is-leaf,/deep/.el-table td {
+    text-align: center;
+}
+//表格数据文字
+ /deep/.el-table .el-table__body .cell{
+   font-size: 14px;
+ } 
 </style>