Commit f55e46c9 authored by 黄媛媛's avatar 黄媛媛

update

parent 75549cb0
......@@ -112,8 +112,8 @@
}
.searchInput .el-input__inner{
border:none;outline:none;
height: 30px;
line-height: 30px;
height: 30px!important;
line-height: 30px!important;
}
.searchInput{
line-height: normal;
......
......@@ -360,8 +360,8 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
}
.addGoodsClass .searchInput .el-input__inner{
border:none;outline:none;
height: 30px;
line-height: 30px;
height: 30px!important;
line-height: 30px!important;
}
.addGoodsClass .searchInput{
line-height: normal;
......
......@@ -874,8 +874,8 @@ export default {
}
.goodsClass .searchInput .el-input__inner{
border:none;outline:none;
height: 30px;
line-height: 30px;
height: 30px!important;
line-height: 30px!important;
}
.goodsClass .searchInput{
line-height: normal;
......
......@@ -221,8 +221,8 @@ export default {
}
.quickBuy .content .searchInput .el-input__inner{
border:none;outline:none;
height: 30px;
line-height: 30px;
height: 30px!important;
line-height: 30px!important;
}
.quickBuy .content .searchInput{
line-height: normal;
......
......@@ -286,8 +286,8 @@ export default {
}
.quickBuy .content .searchInput .el-input__inner{
border:none;outline:none;
height: 30px;
line-height: 30px;
height: 30px!important;
line-height: 30px!important;
}
.quickBuy .content .searchInput{
line-height: normal;
......
This diff is collapsed.
......@@ -332,6 +332,18 @@ export default new Router({
name: 'BulkShipment',
component: resolve => require(['@/components/orderMan/BulkShipment'], resolve),
},
// 订单管理 批量发货
{
path: '/BulkShipment',
name: 'BulkShipment',
component: resolve => require(['@/components/orderMan/BulkShipment'], resolve),
},
// 订单管理 财务配置
{
path: '/financialAllocation',
name: 'financialAllocation',
component: resolve => require(['@/components/orderMan/financialAllocation'], resolve),
},
//设置 基础设置
{
......
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 to comment