Merge branch 'master' of http://172.16.20.1:3000/duanhao/SocialNetworks_duan
This commit is contained in:
commit
2bda7490b9
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user