修改显示问题
parent
14c9a600aa
commit
84dd8d76a6
|
|
@ -115,7 +115,7 @@ const tabs_theme_style = computed(() => {
|
|||
&.tabs-style-2 {
|
||||
&.active {
|
||||
.desc {
|
||||
background: red;
|
||||
background: #FF5E5E;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
|
@ -128,7 +128,7 @@ const tabs_theme_style = computed(() => {
|
|||
&.tabs-style-3 {
|
||||
&.active {
|
||||
.title {
|
||||
background: red;
|
||||
background: #FF2222;
|
||||
border-radius: 2rem;
|
||||
padding: 0.2rem 1.2rem;
|
||||
color: #fff;
|
||||
|
|
@ -152,13 +152,13 @@ const tabs_theme_style = computed(() => {
|
|||
&.active {
|
||||
.title {
|
||||
font-size: 1.1rem;
|
||||
background: red;
|
||||
background: #FF5E5E;
|
||||
border-radius: 2rem;
|
||||
padding: 0.2rem 0.7rem;
|
||||
color: #fff;
|
||||
}
|
||||
.img {
|
||||
border-color: red;
|
||||
border-color: #FF5E5E;
|
||||
}
|
||||
}
|
||||
.img {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ const defaultProductList: DefaultProductList = {
|
|||
tabs_direction: '90deg',
|
||||
tabs_weight_checked: '500',
|
||||
tabs_size_checked: 14,
|
||||
tabs_color_checked: 'rgba(51,51,51,1)',
|
||||
tabs_color_checked: '#000',
|
||||
tabs_weight: '500',
|
||||
tabs_size: 14,
|
||||
tabs_color: 'rgba(51,51,51,1)',
|
||||
|
|
|
|||
Loading…
Reference in New Issue