Browse Source

报错优化

template
liruiqiang 2 months ago
parent
commit
f7ac8a5126
  1. 2
      src/pages/category/components/PageSkeleton.vue

2
src/pages/category/components/PageSkeleton.vue

@ -165,7 +165,7 @@
/* #ifdef H5 || APP-PLUS */
/* 修复 H5 端骨架屏样式异常 */
@import '@/components/styles/XtxSwiper.scss';
@import '@/styles/category.scss';
@import '../styles/category.scss';
/* #endif */
.sk-transparent {
color: transparent !important;

Loading…
Cancel
Save