feat: 新增选择器

This commit is contained in:
奔跑的面条
2023-03-16 11:51:45 +08:00
parent d744a04798
commit 339d1305ce
13 changed files with 189 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<slot name="icon"></slot>
</div>
</n-space>
<n-space align="center" style="gap: 4px">
<n-space class="go-flex-no-wrap" align="center" style="gap: 4px">
<slot name="top-right"></slot>
<n-icon v-show="backIcon" size="20" class="go-cursor-pointer go-d-block" @click="backHandle">
<chevron-back-outline-icon></chevron-back-outline-icon>
+1 -2
View File
@@ -199,9 +199,8 @@ const changeLayerType = (value: LayerModeEnum) => {
<style lang="scss" scoped>
$wight: 200px;
@include go(content-layers) {
@include go('content-layers') {
width: $wight;
flex-shrink: 0;
overflow: hidden;
@extend .go-transition;
.not-layer-text {