Commit 8e5204ab by 无尘

fix: 修改分配

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