refactor: 取消横向滚动条
This commit is contained in:
@@ -59,9 +59,9 @@
|
||||
/>
|
||||
<view class="flex-1 ml-15">
|
||||
<view class="text-15 text-#333 font-bold">{{ item.name }}</view>
|
||||
<view class="w-200 flex items-center mt-10 overflow-x-auto">
|
||||
<view class="w-200 flex flex-wrap items-center mt-5">
|
||||
<view
|
||||
class="px-14 mr-15 py-2 whitespace-nowrap text-12 text-#D6A165 rounded-2 bg-#FFEBD4"
|
||||
class="px-14 mr-5 mb-5 py-2 whitespace-nowrap text-12 text-#D6A165 rounded-2 bg-#FFEBD4"
|
||||
v-for="(tag, index) in item.labeltag.split(',')"
|
||||
:key="tag"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user