Commit dca65249fb542ec02dbd864203732149e62623c3

Authored by 史婷婷
1 parent ad795079

feat: 列表上-主题色变量使用

@@ -322,7 +322,7 @@ export default { @@ -322,7 +322,7 @@ export default {
322 padding: 0 14rpx; 322 padding: 0 14rpx;
323 border-radius: 6rpx; 323 border-radius: 6rpx;
324 &.status_1 { 324 &.status_1 {
325 - background: #3D48A3; 325 + background: $theme-primary;
326 } 326 }
327 &.status_2 { 327 &.status_2 {
328 background: #2BA471; 328 background: #2BA471;
@@ -322,7 +322,7 @@ export default { @@ -322,7 +322,7 @@ export default {
322 padding: 0 14rpx; 322 padding: 0 14rpx;
323 border-radius: 6rpx; 323 border-radius: 6rpx;
324 &.status_1 { 324 &.status_1 {
325 - background: #3D48A3; 325 + background: $theme-primary;
326 } 326 }
327 &.status_2 { 327 &.status_2 {
328 background: #2BA471; 328 background: #2BA471;
@@ -322,7 +322,7 @@ export default { @@ -322,7 +322,7 @@ export default {
322 padding: 0 14rpx; 322 padding: 0 14rpx;
323 border-radius: 6rpx; 323 border-radius: 6rpx;
324 &.status_1 { 324 &.status_1 {
325 - background: #3D48A3; 325 + background: $theme-primary;
326 } 326 }
327 &.status_2 { 327 &.status_2 {
328 background: #2BA471; 328 background: #2BA471;
@@ -322,7 +322,7 @@ export default { @@ -322,7 +322,7 @@ export default {
322 padding: 0 14rpx; 322 padding: 0 14rpx;
323 border-radius: 6rpx; 323 border-radius: 6rpx;
324 &.status_1 { 324 &.status_1 {
325 - background: #3D48A3; 325 + background: $theme-primary;
326 } 326 }
327 &.status_2 { 327 &.status_2 {
328 background: #2BA471; 328 background: #2BA471;
@@ -322,7 +322,7 @@ export default { @@ -322,7 +322,7 @@ export default {
322 padding: 0 14rpx; 322 padding: 0 14rpx;
323 border-radius: 6rpx; 323 border-radius: 6rpx;
324 &.status_1 { 324 &.status_1 {
325 - background: #3D48A3; 325 + background: $theme-primary;
326 } 326 }
327 &.status_2 { 327 &.status_2 {
328 background: #2BA471; 328 background: #2BA471;
@@ -322,7 +322,7 @@ export default { @@ -322,7 +322,7 @@ export default {
322 padding: 0 14rpx; 322 padding: 0 14rpx;
323 border-radius: 6rpx; 323 border-radius: 6rpx;
324 &.status_1 { 324 &.status_1 {
325 - background: #3D48A3; 325 + background: $theme-primary;
326 } 326 }
327 &.status_2 { 327 &.status_2 {
328 background: #2BA471; 328 background: #2BA471;
@@ -406,9 +406,9 @@ @@ -406,9 +406,9 @@
406 border-radius: 6rpx; 406 border-radius: 6rpx;
407 margin-bottom: 8rpx; 407 margin-bottom: 8rpx;
408 408
409 - &.status_AUDIT {  
410 - background: #3D48A3;  
411 - } 409 + &.status_AUDIT {
  410 + background: $theme-primary;
  411 + }
412 412
413 &.status_PASS { 413 &.status_PASS {
414 background: #2BA471; 414 background: #2BA471;
@@ -476,10 +476,10 @@ @@ -476,10 +476,10 @@
476 background: #FFF1E9; 476 background: #FFF1E9;
477 color: #E37318; 477 color: #E37318;
478 } 478 }
479 - &.category_C {  
480 - background: #F2F3FF;  
481 - color: #3D48A3;  
482 - } 479 + &.category_C {
  480 + background: #F2F3FF;
  481 + color: $theme-primary;
  482 + }
483 &.category_D { 483 &.category_D {
484 background: #E3F9E9; 484 background: #E3F9E9;
485 color: #2BA471; 485 color: #2BA471;