This commit is contained in:
qumeng039@126.com 2025-08-15 17:52:23 +08:00
commit 2bda7490b9
2 changed files with 9 additions and 1 deletions

View File

@ -300,7 +300,7 @@ onUnmounted(() => {
})
</script>
<style lang="less" scoped>
<style scoped lang="less">
.groupPanel-component {
width: 100%;
height: 100%;
@ -350,6 +350,9 @@ onUnmounted(() => {
font-style: Medium;
font-size: 14px;
.group-member {
display: block;
margin-top: 10px;
color: #fff;
font-family: "PingFang SC";
font-size: 14px;
@ -358,6 +361,8 @@ onUnmounted(() => {
cursor: pointer;
}
.statistics-title {
display: block;
margin-top: 10px;
width: 100%;
color: #fff;
font-family: "PingFang SC";

View File

@ -257,6 +257,8 @@ onMounted(() => {})
border-bottom: 0.5px solid rgba(0, 113, 188, 0.5);
.group-item-title {
display: grid;
column-gap: 10px;
position: relative;
margin-bottom: 20px;
.group-item-title-type {
@ -267,6 +269,7 @@ onMounted(() => {})
font-size: 14px;
}
.group-member {
margin-top: 10px;
color: #fff;
font-family: "PingFang SC";
font-size: 14px;