|
|
@@ -1,6 +1,6 @@
|
|
|
<!-- eslint-disable indent -->
|
|
|
<script setup lang="ts">
|
|
|
-import { ref, onMounted, defineProps, withDefaults } from "vue"
|
|
|
+import { ref, onMounted, withDefaults } from "vue"
|
|
|
import { getAssetPath } from "@/core/helpers/assets"
|
|
|
//import DynamicTreeSelect from "@/components/select/DynamicTreeSelect.vue"
|
|
|
import DySelectTree from "@/components/select/DySelectTree.vue"
|
|
|
@@ -434,7 +434,7 @@ onMounted(() => {
|
|
|
</template>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-::v-deep .el-pagination {
|
|
|
+:deep(.el-pagination) {
|
|
|
.el-pagination__sizes {
|
|
|
display: none;
|
|
|
}
|