Browse Source

前端sdy

zhongtianhaoyuan 4 years ago
parent
commit
924b660878
1 changed files with 13 additions and 4 deletions
  1. 13 4
      src/views/warehouse/warehouseManagementPut.vue

+ 13 - 4
src/views/warehouse/warehouseManagementPut.vue

@@ -25,8 +25,15 @@
     <ws-form ref="deptBudgetList" :model="deptBudgetList" :rules="rules">
       <div class="basicInformation">
         <h2>
+          <img
+          style="position: relative; top: 2px"
+          width="19"
+          height="19"
+          src="../../../public/img/cangku.png"
+          alt=""
+        />
           {{ deptBudgetList.warehouseName }}库
-          <span class="position">
+          <span class="position" >
           {{ deptBudgetList.binNumber }}仓位
           </span>
         </h2> 
@@ -752,14 +759,15 @@ export default {
 }
 //仓位
 .position{
- width: 52px;
-height: 20px;
+
 background: #AFB5CB;
 border-radius: 2px;
 font-size: 12px;
 font-family: PingFangSC-Medium, PingFang SC;
 color: #FFFFFF;
 line-height: 20px;
+display: inline-grid;
+    padding: 2px 4px;
 }
 //表格文字
 /deep/.ws-info-table .el-form-item .el-form-item__label{
@@ -788,6 +796,7 @@ line-height: 16px;
   height: 14px;
   left: 0px;
   top: 13px;
+  padding: 4px 2px;
 }
 //下面列表
 .neifor{
@@ -803,6 +812,6 @@ line-height: 16px;
   background-color: #F6F7FC;
 }
 /deep/.neifor .el-input--small .el-input__inner{
-  width: 120%;
+  width: 100%;
 }
 </style>