noLoginRequired

This commit is contained in:
X1627315083
2024-01-24 16:43:54 +08:00
parent afb89d7256
commit 19e22d0e2a
6 changed files with 47 additions and 17 deletions

View File

@@ -371,24 +371,26 @@
:options="sexList"
@change="getPosition"
>
<template #suffixIcon
><span
<template #suffixIcon>
<!-- <span
class="icon iconfont icon-xiala"
style="color: #343579"
></span
></template>
></span> -->
<i class="el-icon el-input__icon icon-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"></path></svg></i>
</template>
</a-select>
<a-select
ref="select"
v-model:value="editDesignType.value"
:options="disignTypeList"
>
<template #suffixIcon
><span
<template #suffixIcon>
<!-- <span
class="icon iconfont icon-xiala"
style="color: #343579"
></span
></template>
></span> -->
<i class="el-icon el-input__icon icon-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"></path></svg></i>
</template>
</a-select>
</div>
</div>
@@ -1476,6 +1478,9 @@ export default defineComponent({
})
</script>
<style lang="less">
.el-icon{
font-size: 14px;
}
.library_page {
width: 100%;
overflow: hidden;