修改样式

This commit is contained in:
qumeng039@126.com 2025-08-15 17:51:21 +08:00
parent 952d4f29d2
commit 0fd8a103c6
3 changed files with 5 additions and 3 deletions

View File

@ -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%;

View File

@ -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%;

View File

@ -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%;