|
@@ -1,9 +1,9 @@
|
|
//删除仓库
|
|
//删除仓库
|
|
<template>
|
|
<template>
|
|
- <div >
|
|
|
|
|
|
+ <div class="homepage">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="20">
|
|
<el-col :span="20">
|
|
- <h2 class="bg-left title">删除仓库</h2>
|
|
|
|
|
|
+ <h2 class="bg-left title">删除库房</h2>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="4" class="bg-right">
|
|
<el-col :span="4" class="bg-right">
|
|
<el-button
|
|
<el-button
|
|
@@ -271,7 +271,19 @@ export default {
|
|
.bg-right{
|
|
.bg-right{
|
|
float: 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>
|
|
</style>
|