Commit dca65249fb542ec02dbd864203732149e62623c3

Authored by 史婷婷
1 parent ad795079

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

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