diff --git a/src/pages/componentsD/cateTab/cateTab.vue b/src/pages/componentsD/cateTab/cateTab.vue index c6d99a152..a402004fb 100644 --- a/src/pages/componentsD/cateTab/cateTab.vue +++ b/src/pages/componentsD/cateTab/cateTab.vue @@ -3,19 +3,22 @@ height: calc(100vh - 150px); /* #ifdef H5 */ height: calc(100vh - 150px - var(--window-top)); - /* #endif */ + /* #endif */ + .text-red { + color: red; + } }