diff --git a/src/components/uh-comment-modal/uh-comment-modal.vue b/src/components/uh-comment-modal/uh-comment-modal.vue
index 690f5f1..fba477f 100644
--- a/src/components/uh-comment-modal/uh-comment-modal.vue
+++ b/src/components/uh-comment-modal/uh-comment-modal.vue
@@ -265,7 +265,7 @@
-
()
const panelStyle = computed(() => {
- const radiusStyle = props.radius ? `border-radius:${props.radius};` : ''
- return `${radiusStyle}${props.customStyle}`
+ return props.customStyle
})
const panelClass = computed(() =>{
@@ -96,4 +95,10 @@
background-color: rgb(255 255 255 / 88%);
}
}
+
+ :deep(.wd-popup--bottom){
+ left:24rpx;
+ bottom:24rpx;
+ right:24rpx;
+ }
diff --git a/src/components/uh-home-notify/uh-home-notify.vue b/src/components/uh-home-notify/uh-home-notify.vue
index 3c7801a..20cae09 100644
--- a/src/components/uh-home-notify/uh-home-notify.vue
+++ b/src/components/uh-home-notify/uh-home-notify.vue
@@ -65,11 +65,9 @@
-
-
- 更多
-
-
+
+ 全部
+
diff --git a/src/components/uh-scroll-top/uh-scroll-top.vue b/src/components/uh-scroll-top/uh-scroll-top.vue
index 5681fe9..701ae4f 100644
--- a/src/components/uh-scroll-top/uh-scroll-top.vue
+++ b/src/components/uh-scroll-top/uh-scroll-top.vue
@@ -22,9 +22,11 @@
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/pages-blog/notice/detail.vue b/src/pages-blog/notice/detail.vue
index 20cfee1..4b6f583 100644
--- a/src/pages-blog/notice/detail.vue
+++ b/src/pages-blog/notice/detail.vue
@@ -1,15 +1,10 @@
-
-
-
-
-
- 全部
-
-
-
- {{ type.typeDisplayName }}
-
-
-
+
+
+
-
-
-
- {{ opt.label }}
-
-
+
+
+
+
+ 全部
+
+
+
+ {{ type.typeDisplayName }}
+
+
+
+
-
-
-
-
-
-
- {{ item.title }}
-
-
- {{ item.summary }}
-
-
-
- {{ item.typeDisplayName }}
-
-
- {{ formatDate(item.publishTime) }}
-
-
-
-
+
+
+ {{ opt.label }}
+
+
-
- 加载中...
-
-
- 没有更多了
-
-
+
-
-
- 📢
-
- {{ loading ? '加载中...' : '暂无公告' }}
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.summary }}
+
+
+
+ {{ item.typeDisplayName }}
+
+
+ {{ formatDate(item.publishTime) }}
+
+
+
+
+
+ {{ loadMoreText }}
+
+
+
-
+
+
+
+
+
\ No newline at end of file
diff --git a/src/tabbar/TabbarItem.vue b/src/tabbar/TabbarItem.vue
index 7c84b51..c337ab0 100644
--- a/src/tabbar/TabbarItem.vue
+++ b/src/tabbar/TabbarItem.vue
@@ -29,7 +29,7 @@ function isActive(index: number) {
-
+
diff --git a/src/tabbar/index.vue b/src/tabbar/index.vue
index 830005e..d8c28f1 100644
--- a/src/tabbar/index.vue
+++ b/src/tabbar/index.vue
@@ -101,18 +101,18 @@
-
+
+ class="flex-1 box-border uh-global-card-glass bg-white/75 border rounded-full p-1 h-50px flex items-center gap-x-1">
+ :class="[isActive(index)?'uh-global-card-glass bg-white/0 border':'']" />