Commit ec18d8510da86ee49c65862e275fce965c9f4859

Authored by pengcheng
1 parent 9d915631

入库出库组盘页面整改

src/main/resources/templates/receipt/receiving/receiving.html
... ... @@ -32,6 +32,14 @@
32 32 #my_thumbnail img{
33 33 margin: 0 5px;
34 34 }
  35 + .select-list li select {
  36 + border: 1px solid #ddd;
  37 + border-radius: 4px;
  38 + background: transparent;
  39 + outline: none;
  40 + height: 32px;
  41 + width: 200px;
  42 + }
35 43 </style>
36 44 <body class="gray-bg">
37 45 <div class="container-div">
... ...