chore: split index.css

This commit is contained in:
就眠儀式
2022-03-12 19:39:07 +08:00
parent 633af9be24
commit 8321ef1e25
33 changed files with 1503 additions and 1440 deletions

View File

@@ -1 +1,37 @@
@import "../../theme/variable.less";
@import "../../theme/variable.less";
.layui-colla-content,
.layui-colla-item {
border-top-width: 1px;
border-top-style: solid;
}
.layui-colla-item:first-child {
border-top: none;
}
.layui-colla-title {
position: relative;
height: 42px;
line-height: 42px;
padding: 0 15px 0 35px;
color: #333;
background-color: @global-neutral-color-1;
cursor: pointer;
font-size: 14px;
overflow: hidden;
}
.layui-colla-content {
display: none;
padding: 10px 15px;
line-height: 1.6;
color: #666;
}
.layui-colla-icon {
position: absolute;
left: 15px;
top: 0;
font-size: 14px;
}

View File

@@ -5,6 +5,7 @@ export default {
</script>
<script setup lang="ts">
import "./index.less";
import { withDefaults, inject, computed, ref } from "vue";
export interface LayCollapseItemProps {