style(input): 优化输入框样式和功能
- 调整输入框后缀和清除图标的样式 - 修改导航栏右侧组件的样式 - 优化试用页面布局和步骤样式
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
|
||||
<template v-else>
|
||||
<template v-if="item.audit_status === 1">
|
||||
<div class="w-full h-1px bg-#E6E6E8 mb-8px" v-if="enterprises.length > 0"></div>
|
||||
<div v-if="enterprises.length > 1" class="w-full h-1px bg-#E6E6E8 mb-8px"></div>
|
||||
<MenuItem class="rounded-8px hover:bg-#F2F3F5 h-36px !mb-0" @click="onCreate(item)">
|
||||
<div class="flex items-center">
|
||||
<SvgIcon size="16.5" name="svg-organization" class="color-#737478 mr-8px" />
|
||||
|
||||
Reference in New Issue
Block a user