Commit 2619d45a by 郁子恒

界面优化

parent 5284d88b
......@@ -38,7 +38,7 @@
</div>
<div style="display: flex;align-items: flex-start;justify-content: space-between;">
<!-- 动作标签 -->
<div style="margin-bottom: 5px;margin-right: 1px;white-space: wrap;display: flex;width: 410px;height: 120px;">
<div style="margin-bottom: 5px;margin-right: 1px;white-space: wrap;display: flex;width: 410px;">
<draggable v-model="treeNode" chosenClass="chosen" forceFallback="true" group="people" animation="1000" @start="onStart" @end="onEnd" v-if="isChildrenTree == false">
<transition-group>
<el-tag class="boxtags" :key="tag.tagId" v-for="(tag, index) in treeNode" @click="selectTag(tag)">
......
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