mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix:新增图层处理
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import ListItem from './index.vue'
|
||||
|
||||
export { ListItem }
|
||||
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="go-content-layers-list-item">
|
||||
<n-space>
|
||||
<div>图片</div>
|
||||
<b-text>
|
||||
文字
|
||||
</b-text>
|
||||
</n-space>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go(content-layers-list-items) {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user