样式
This commit is contained in:
parent
d990e68c74
commit
d05eb6daf6
|
|
@ -107,7 +107,6 @@ const typeTitle = ref({
|
||||||
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 {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.group-item-title-type {
|
.group-item-title-type {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@ onUnmounted(() => {
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<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";
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user