样式修改
This commit is contained in:
@ -145,7 +145,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ["#009C77", "#BFE49F", "#3977B1"],
|
||||
color: ["#009458", "#BFE49F", "#3977B1"],
|
||||
legend: {
|
||||
animation: false,
|
||||
right: "0",
|
||||
|
||||
@ -136,7 +136,7 @@ export default {
|
||||
.section {
|
||||
height: 30rpx;
|
||||
width: 6rpx;
|
||||
background-color: #009c77;
|
||||
background-color: #009458;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
|
||||
@ -108,7 +108,7 @@ export default {
|
||||
height: 110rpx;
|
||||
justify-content: center;
|
||||
padding: 10rpx;
|
||||
background: #d7e9e548;
|
||||
background: rgba(254, 131, 15, 0.05);
|
||||
border-radius: 10rpx;
|
||||
margin: 10rpx 10rpx;
|
||||
position: relative;
|
||||
@ -136,7 +136,7 @@ export default {
|
||||
.section {
|
||||
height: 30rpx;
|
||||
width: 6rpx;
|
||||
background-color: #009c77;
|
||||
background-color: #07976E;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
|
||||
@ -52,8 +52,8 @@
|
||||
],
|
||||
width: 2,
|
||||
rectType: 'fill',
|
||||
borderColor: "#009C77",
|
||||
background: "#009C77"
|
||||
borderColor: "#009458",
|
||||
background: "#009458"
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
@ -266,8 +266,8 @@
|
||||
],
|
||||
width: 2,
|
||||
rectType: 'fill',
|
||||
borderColor: "#009C77",
|
||||
background: "#009C77"
|
||||
borderColor: "#009458",
|
||||
background: "#009458"
|
||||
}
|
||||
const textObj = {
|
||||
type: "text",
|
||||
|
||||
@ -156,8 +156,8 @@
|
||||
],
|
||||
width: 2,
|
||||
rectType: 'fill',
|
||||
borderColor: "#009C77",
|
||||
background: "#009C77"
|
||||
borderColor: "#009458",
|
||||
background: "#009458"
|
||||
}
|
||||
const textObj = {
|
||||
type: "text",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
:is-scroll="false"
|
||||
:current="currentTab"
|
||||
@change="changeTab"
|
||||
active-color="#009C77"
|
||||
active-color="#009458"
|
||||
></u-tabs>
|
||||
|
||||
<swiper
|
||||
|
||||
Reference in New Issue
Block a user