修改样式
This commit is contained in:
parent
952d4f29d2
commit
0fd8a103c6
|
|
@ -56,7 +56,7 @@ const props = defineProps({
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less" scoped>
|
||||||
.groupPanel-component {
|
.groupPanel-component {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,8 @@ 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;
|
||||||
|
display: grid;
|
||||||
|
column-gap: 10px;
|
||||||
.group-item-title-type {
|
.group-item-title-type {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
@ -123,6 +124,7 @@ const typeTitle = ref({
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.title-content {
|
.title-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@ onUnmounted(() => {
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less" scoped>
|
||||||
.groupPanel-component {
|
.groupPanel-component {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user