Commit 9ae2fefe by 无尘

fix: 修改分配

parent 1c9f1061
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 11:09:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-17 10:09:12
* @LastEditTime: 2020-09-17 10:36:31
-->
<!--
<tag-classify-list :tag-list="tagList" :current-classify-id="currentClassifyId" :brand-id="brandId" @refreshClassify="refreshClassify" @resetCurrentId="resetCurrentId" @changeClass="changeClass"></tag-classify-list>
......@@ -157,10 +157,10 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 10px 5px 20px;
padding: 0 10px 0 20px;
font-size: 14px;
font-weight: 400;
line-height: 20px;
line-height: 32px;
margin-bottom: 10px;
color: @gray02;
cursor: pointer;
......@@ -180,7 +180,7 @@ export default {
.edit-icon {
padding: 4px;
opacity: 0;
font-size: 12px;
font-size: 16px;
&:hover {
opacity: 1;
color: @blue;
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-14 14:41:38
* @LastEditTime: 2020-09-17 10:37:12
-->
<template>
......@@ -471,9 +471,9 @@ export default {
.clerk-tag-body {
.clerk-tag-left {
position: relative;
width: 190px;
min-width: 190px;
max-width: 190px;
width: 200px;
min-width: 200px;
max-width: 200px;
padding: 30px 0 0 0;
.clerk-tag-add {
.el-button {
......@@ -483,7 +483,7 @@ export default {
}
.clerk-tag-right {
position: relative;
min-width: calc(100% - 190px);
min-width: calc(100% - 200px);
min-height: calc(100vh - 94px);
border-left: 1px solid #e4e7ed;
}
......
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