Commit 0eebb0dd authored by 黄奎's avatar 黄奎

样式修改

parent 55e385e2
......@@ -8,7 +8,7 @@
'border-color': classification == i ? 'mainColor' : '#F0F0F0',
}" v-for="(item, i) in Theclass" :key="i" @click="subjects(item,i)">
<view class="classification-text">{{item.name}}</view>
<u-icon name="arrow-down" size="32"></u-icon>
<u-icon name="arrow-down" size="26"></u-icon>
</view>
</view>
<!-- 内容 -->
......@@ -470,6 +470,7 @@
.classification-text {
font-weight: 600;
font-size: 24rpx;
margin-right: 6rpx;
}
.mask {
......
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