diff --git a/App.vue b/App.vue index a0238ae..6209971 100644 --- a/App.vue +++ b/App.vue @@ -2,32 +2,33 @@ * @Author: ch * @Date: 2019-04-01 01:47:12 * @LastEditors: ch - * @LastEditTime: 2022-03-29 10:29:13 + * @LastEditTime: 2022-04-09 14:59:18 * @Description: file content --> - \ No newline at end of file diff --git a/components/BsEmpty.vue b/components/BsEmpty.vue index 527a7d0..0822dce 100644 --- a/components/BsEmpty.vue +++ b/components/BsEmpty.vue @@ -49,11 +49,11 @@ export default { width: 100%; padding: 50rpx; text-align: center; - background: #fff; + background: $color-grey0; &--tips { font-size: 26rpx; - color: #999; + color: $color-grey4; margin: 30rpx 0 50rpx; } diff --git a/components/BsSelectCity.vue b/components/BsSelectCity.vue index 365e17f..7f35924 100644 --- a/components/BsSelectCity.vue +++ b/components/BsSelectCity.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-29 16:05:06 * @LastEditors: ch - * @LastEditTime: 2022-04-06 21:34:20 + * @LastEditTime: 2022-04-09 15:01:37 * @Description: file content -->