feat: 页面优化
parent
e0c4509356
commit
3a96a1fce0
|
|
@ -33,7 +33,7 @@
|
|||
</view>
|
||||
<view class="mt-[32rpx] mx-[32rpx] bg-[#FEF0F0] rounded-[16rpx] p-[32rpx]">
|
||||
<view
|
||||
class="text-[#F56C6C] text-[28rpx] flex items-center gap-[8rpx] mb-[32rpx] font-semibold"
|
||||
class="text-[#F56C6C] text-[28rpx] flex items-center gap-[8rpx] mb-[16rpx] font-semibold"
|
||||
>
|
||||
<view class="i-carbon-volume-down text-[32rpx]"></view>
|
||||
说明
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<view class="mt-auto bg-[#fff] p-[32rpx] box-shadow px-[32rpx] pt-[32rpx] pb-safe">
|
||||
<view
|
||||
class="text-[#fff] text-[32rpx] rounded-[8rpx] bg-[#1580FF] text-center py-[26rpx]"
|
||||
class="text-[#fff] text-[32rpx] rounded-[8rpx] bg-[#1580FF] text-center h-[80rpx] flex items-center justify-center"
|
||||
@click="navigatorTo"
|
||||
>
|
||||
智能选校
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ watch(
|
|||
},
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: '#333',
|
||||
color: '#e5e6eb',
|
||||
},
|
||||
},
|
||||
splitLine: {
|
||||
|
|
@ -61,6 +61,9 @@ watch(
|
|||
color: '#e5e6eb',
|
||||
},
|
||||
},
|
||||
axisName: {
|
||||
color: '#333',
|
||||
},
|
||||
},
|
||||
|
||||
series: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue