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

View File

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