Commit 546271fa by mushishixian

fix

parent 7cab9f5e
......@@ -57,13 +57,13 @@ return [
//SKU 模式
'SkuMode' => [
1 => '原厂直供',
2 => '国现货',
3 => '国际现货',
4 => '猎芯期货',
5 => '海外代购',
6 => '线下现货',
7 => '猎芯自营',
1 => '国内现货',
2 => '国现货',
3 => '猎芯期货',
4 => '海外代购',
5 => '线下现货',
6 => '猎芯自营',
7 => '原厂直供',
],
'SupplierAccountType' => [
......
......@@ -20,10 +20,6 @@
font-size: 12px !important;
}
input:focus, textarea:focus {
outline: 1px solid #AFECAB;
}
.layui-input {
height: 30px;
}
......@@ -32,6 +28,13 @@
margin-top: 5px;
}
input:focus, textarea:focus {
outline: 1px solid #AFECAB;
}
.require {
color: red;
font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment