Commit 49feaf37 authored by chenqikuai's avatar chenqikuai

fix

parent f4d683f9
...@@ -846,9 +846,9 @@ ...@@ -846,9 +846,9 @@
} }
}, },
"cqk-sy-ui": { "cqk-sy-ui": {
"version": "1.3.13", "version": "1.3.15",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.3.13.tgz", "resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.3.15.tgz",
"integrity": "sha512-D/nwmqIDuygWJTDnJBBKJW6hc5Zx5XtY0T6M1j5OiDh50aaD7eBLKa37Smx+Br/tbhfgjO3fk8ZIL0lUtJfj2A==", "integrity": "sha512-9c4bKiCqaLTTJBEHXECr/R0enLb36esM4bgYHt0FdMt4lTjrpimg/2B5AjzNBiIIpMYm+pIEcBEonr4KH4kY0Q==",
"requires": { "requires": {
"axios": "^0.26.1", "axios": "^0.26.1",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"@tinymce/tinymce-vue": "^4.0.7", "@tinymce/tinymce-vue": "^4.0.7",
"axios": "^0.26.1", "axios": "^0.26.1",
"comlink": "^4.3.1", "comlink": "^4.3.1",
"cqk-sy-ui": "^1.3.13", "cqk-sy-ui": "^1.3.15",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"element-plus": "^2.1.9", "element-plus": "^2.1.9",
......
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="20" viewBox="0 0 17 20"><defs><linearGradient id="a" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#DBE0E9"/><stop offset="100%" stop-color="#C5CFDA"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect width="17" height="20" fill="url(#a)" rx="2"/><rect width="9" height="2" x="4" y="5" fill="#FFF" rx="1"/><rect width="7" height="2" x="4" y="11" fill="#FFF" opacity=".416" rx="1"/></g></svg>
\ No newline at end of file
<template> <template>
<div class="category-add"> <div class="category-add">
<!-- <h2 class="dialog_add-title">请选择模板分类</h2> --> <SelectVue
<SelectVue v-model="value" placeholder="请选择"> v-model="value"
placeholder="请选择"
popper-class="chooseClassificationSelect"
>
<OptionVue <OptionVue
v-for="item in MyCategories" v-for="item in MyCategories"
:key="item.value" :key="item.value"
:label="item.name"
:value="item.id" :value="item.id"
></OptionVue> :label="item.name"
>
<div class="overflow-hidden text-ellipsis">
{{ item.name }}
</div></OptionVue
>
</SelectVue> </SelectVue>
<!-- <button class="dialog_add-btn_confirm" @click="checkForm">确定</button>
<button class="dialog_add-btn_cancel" @click="closeDialog">取消</button> -->
</div> </div>
</template> </template>
...@@ -79,6 +84,14 @@ export default defineComponent({ ...@@ -79,6 +84,14 @@ export default defineComponent({
}); });
</script> </script>
<style lang="scss">
.chooseClassificationSelect {
.el-select-dropdown__wrap.el-scrollbar__wrap.el-scrollbar__wrap--hidden-default {
width: 375px;
}
}
</style>
<style lang="scss" scoped> <style lang="scss" scoped>
.category-add { .category-add {
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
......
...@@ -10,15 +10,15 @@ ...@@ -10,15 +10,15 @@
</div> </div>
<div class="flex pl-20" style="border-bottom: 1px solid #f0f0f0"> <div class="flex pl-20" style="border-bottom: 1px solid #f0f0f0">
<div class="w-1/2">50M到200M(含)</div> <div class="w-1/2">50M到200M(含)</div>
<div class="w-1/2 pl-10">10元</div> <div class="w-1/2 pl-10">111积分(10元)</div>
</div> </div>
<div class="flex pl-20" style="border-bottom: 1px solid #f0f0f0"> <div class="flex pl-20" style="border-bottom: 1px solid #f0f0f0">
<div class="w-1/2">200M到1G(含)</div> <div class="w-1/2">200M到1G(含)</div>
<div class="w-1/2 pl-10">20元</div> <div class="w-1/2 pl-10">222积分(20元)</div>
</div> </div>
<div class="flex pl-20" style="border-bottom: 1px solid #f0f0f0"> <div class="flex pl-20" style="border-bottom: 1px solid #f0f0f0">
<div class="w-1/2">1G以上</div> <div class="w-1/2">1G以上</div>
<div class="w-1/2 pl-10">30元</div> <div class="w-1/2 pl-10">333积分(30元)</div>
</div> </div>
</div> </div>
</template> </template>
......
<template> <template>
<div class="addCopyRight"> <div class="addCopyRight flow-root">
<div style="height: 50px; margin-bottom: 20px"></div> <div style="height: 50px; margin-bottom: 20px"></div>
<syHeaderNavBar <syHeaderNavBar
class="fixed top-0 left-0 right-0" class="fixed top-0 left-0 right-0"
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
>版权申请 >版权申请
</syHeaderNavBar> </syHeaderNavBar>
<ModuleContainer <ModuleContainer
class="mx-auto" class="mx-auto mb-10"
style=" style="
padding-top: 60px; padding-top: 60px;
padding-left: 68px; padding-left: 68px;
......
...@@ -23,6 +23,12 @@ ...@@ -23,6 +23,12 @@
v-for="i in proofList" v-for="i in proofList"
class="infinite-list-item flex justify-between" class="infinite-list-item flex justify-between"
> >
<img
src="@/assets/img/suyuan.svg"
style="width: 17px"
class="mr-2.5"
alt=""
/>
<div <div
class="overflow-hidden text-ellipsis flex-grow whitespace-nowrap" class="overflow-hidden text-ellipsis flex-grow whitespace-nowrap"
> >
......
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
> >
<img <img
src="@/assets/img/move-dot.png" src="@/assets/img/move-dot.png"
class="mr-2 h-3 cursor-move" class="pr-2 h-3 cursor-move"
alt="" alt=""
srcset="" srcset=""
/> />
<div <div
class="flex-grow overflow-hidden text-ellipsis category-name whitespace-nowrap" class="flex-grow overflow-hidden text-ellipsis category-name whitespace-nowrap cursor-move"
> >
{{ folder.name }} {{ folder.name }}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment