Commit 3a962733 authored by 高铭波's avatar 高铭波

style(order): 样式调整

parent 57008938
......@@ -18,7 +18,7 @@
<view v-for="(label, ind) in item" :key="ind" class="label-item" :id="idText + label.id">
<!-- 选中为蓝底,非选中状态为灰底 -->
<view :class="['label-normal', {'selected': label.id == selected[key].id}]" @click="handleClick(key, label)">
<text class="label-text">{{label.name}}</text>
<text class="label-text u-line-2">{{label.name}}</text>
</view>
</view>
<!-- 标签加载中 -->
......
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