Commit 61191db1 by member

嵌入新的门店 优化回显

parent 81dfcc34
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@
"name": "@gic-test/vue-gic-people",
"description": "vue-gic-people Plugin",
"author": "fairyly <498745097@qq.com>",
"version": "1.2.27",
"version": "1.4.2",
"license": "MIT",
"private": false,
"main": "dist/vue-gic-people.js",
......@@ -11,6 +11,8 @@
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@gic-test/vue-gic-datepicker": "^1.2.9",
"@gic-test/vue-gic-store-new": "^1.0.9",
"@riophae/vue-treeselect": "0.0.35",
"axios": "^0.18.0",
"localforage": "^1.7.2",
......
......@@ -6,7 +6,7 @@
'vue-input-tag-wrapper--active': isInputActive,
'gic-select': 'gic-select'
}"
class="vue-input-tag-wrapper el-select"
class="vue-input-tag-wrapper"
>
<span v-for="(tag, index) in innerTags" :key="index" class="input-tag el-tag el-tag--info el-tag--small">
<span class="el-select__tags-text">{{ tag }}</span>
......@@ -203,14 +203,13 @@ export default {
display: flex;
flex-wrap: wrap;
border-radius: 4px;
max-width: 208px;
}
.vue-input-tag-wrapper .input-tag {
background-color: #f0f2f5;
border-radius: 4px;
border: 1px solid #e7e7eb;
border-color: transparent;
color: #909399;
color: #909099;
display: inline-block;
font-size: 12px;
font-weight: 400;
......@@ -243,16 +242,13 @@ export default {
background: transparent;
border: none;
outline: none;
padding: 0;
margin-left: 15px;
color: #666;
font-size: 14px;
font-weight: 400;
padding: 4px;
padding-left: 0;
padding-left: 15px;
flex: 1;
min-width: 20px;
max-width: 190px;
width: 360px;
}
.vue-input-tag-wrapper.read-only {
cursor: default;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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