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,26 @@
@import "../../theme/variable.less";
@import "../../theme/variable.less";
.layui-dropdown {
position: relative;
display: inline-block;
}
.layui-dropdown dl {
display: none;
position: absolute;
left: 0;
margin-top: 2px;
z-index: 899;
min-width: 100%;
background-color: #fff;
box-sizing: border-box;
}
.layui-dropdown dl > .layui-dropdown-menu {
border: 1px solid @global-neutral-color-3;
border-radius: @global-border-radius;
}
.layui-dropdown-up > dl {
display: block;
}

View File

@@ -5,6 +5,7 @@ export default {
</script>
<script setup lang="ts">
import "./index.less";
import { provide, ref, watch } from "vue";
import { onClickOutside } from "@vueuse/core";
@@ -73,4 +74,4 @@ defineExpose({ open, hide, toggle });
</ul>
</dl>
</div>
</template>
</template>