mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增选择器
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user