Commit afdd79a9 by 无尘

fix: 修改关联编辑

parent 7154002a
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.
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘
* @LastEditTime: 2020-08-31 10:57:26
* @LastEditTime: 2020-08-31 10:59:41
* @FilePath : \haoban-4\src\components\company\add-relate.vue
-->
<!--
......@@ -19,7 +19,7 @@
<el-popover placement="bottom" title="" width="457" v-model="visible">
<div class="daily-store-select">
<div class="el-scrollbar define-search-select">
<div class="el-select-dropdown__wrap el-scrollbar__wrap" style="margin-bottom: -5px; margin-right: -5px;">
<div class="el-select-dropdown__wrap el-scrollbar__wrap" style="overflow: auto;">
<ul class="el-scrollbar__view el-select-dropdown__list">
<li :class="['el-select-dropdown__item', item.clerkId == selectId ? 'selected hover' : '']" v-for="item in storeData" :key="item.clerkId" @click="checkStore(item)">
<div class="flex flex-space-between">
......
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