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