Commit 8e5204ab by 无尘

fix: 修改分配

parent 97ae739c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-08-20 14:36:37 * @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-09-16 16:32:24 * @LastEditTime: 2020-09-16 16:43:26
--> -->
<template> <template>
<div class="customer-assign-wrap"> <div class="customer-assign-wrap">
...@@ -775,14 +775,14 @@ export default { ...@@ -775,14 +775,14 @@ export default {
width: 100%; width: 100%;
.list-left { .list-left {
position: relative; position: relative;
width: 300px; width: 200px;
min-width: 300px; min-width: 200px;
max-width: 300px; max-width: 200px;
padding: 20px 0 0 0px; padding: 20px 0 0 0px;
} }
.list-right { .list-right {
position: relative; position: relative;
min-width: calc(100% - 300px); min-width: calc(100% - 200px);
min-height: calc(100vh - 94px); min-height: calc(100vh - 94px);
border-left: 1px solid #e4e7ed; border-left: 1px solid #e4e7ed;
.el-breadcrumb__item { .el-breadcrumb__item {
......
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