瀏覽代碼

前端sdy

zhongtianhaoyuan 4 年之前
父節點
當前提交
512bcf1cbd
共有 1 個文件被更改,包括 16 次插入4 次删除
  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>