assets
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<el-checkbox v-model="form.step6.confirmAgreement" :disabled="readonlyMode">我已阅读并同意《资产评估服务协议》和《数据授权协议》</el-checkbox>
|
||||
<el-checkbox v-model="form.step6.confirmAgreement" class="push-t-10" :disabled="readonlyMode">我已阅读并同意《资产评估服务协议》和《数据授权协议》</el-checkbox>
|
||||
</template>
|
||||
</section>
|
||||
|
||||
@@ -262,9 +262,10 @@
|
||||
import UserShell from './components/UserShell.vue';
|
||||
import sidebarBg from '@/assets/img/user/背景卡图.png';
|
||||
import userAvatar from '@/assets/img/user/avatar.png';
|
||||
import overviewActiveIcon from '@/assets/img/user/工作台icon-选中.png';
|
||||
import talentActiveIcon from '@/assets/img/user/griconxz.png';
|
||||
import talentInactiveIcon from '@/assets/img/user/gricon.png';
|
||||
import overviewActiveIcon from '@/assets/img/user/griconxz.png';
|
||||
import overviewActiveIconIn from '@/assets/img/user/gricon.png';
|
||||
import talentActiveIcon from '@/assets/img/user/zbglxz.png';
|
||||
import talentInactiveIcon from '@/assets/img/user/zbgl.png';
|
||||
import assetActiveIcon from '@/assets/img/user/申请icon.png';
|
||||
import assetInactiveIcon from '@/assets/img/user/申请未选中.png';
|
||||
import tipIcon from '@/assets/img/user/提示.png';
|
||||
@@ -281,7 +282,7 @@ const API_ENDPOINTS = {
|
||||
|
||||
function createMenu() {
|
||||
return [
|
||||
{ key: 'overview', label: '首页概览', path: '/user/org', activeIcon: overviewActiveIcon },
|
||||
{ key: 'overview', label: '首页概览', path: '/user/org', activeIcon: overviewActiveIcon,inactiveIcon: overviewActiveIconIn},
|
||||
{ key: 'talent', label: '主播管理', path: '/user/org/talents', activeIcon: talentActiveIcon, inactiveIcon: talentInactiveIcon },
|
||||
{ key: 'asset', label: '资产评估申请', path: '/user/org/assets', activeIcon: assetActiveIcon, inactiveIcon: assetInactiveIcon }
|
||||
];
|
||||
@@ -706,9 +707,12 @@ export default {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
padding: 16px 18px;
|
||||
border: 1px solid #cfd4ff;
|
||||
border: 1px solid #a89eff;
|
||||
border-radius: 12px;
|
||||
background: rgba(111, 104, 243, 0.04);
|
||||
margin-top: 34px;
|
||||
color: #6f68f3;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.notice-icon {
|
||||
@@ -719,8 +723,8 @@ export default {
|
||||
|
||||
.notice-box strong {
|
||||
display: block;
|
||||
color: #5f66ec;
|
||||
font-size: 16px;
|
||||
color: #6f68f3;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.notice-box p {
|
||||
@@ -788,8 +792,8 @@ export default {
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
color: #293044;
|
||||
font-size: 24px;
|
||||
color: #3D3D3D;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -802,8 +806,8 @@ export default {
|
||||
.sub-section {
|
||||
margin-top: 24px;
|
||||
padding-left: 10px;
|
||||
border-left: 4px solid #6f68f3;
|
||||
color: #5f66ec;
|
||||
border-left: 2px solid #4F46E5;
|
||||
color: #4F46E5;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -837,8 +841,8 @@ export default {
|
||||
.upload-title {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
color: #1e293b;
|
||||
font-size: 15px;
|
||||
color: #3D3D3D;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@@ -908,7 +912,9 @@ export default {
|
||||
background: #f0edff;
|
||||
color: #5f66ec;
|
||||
}
|
||||
|
||||
.push-t-10{
|
||||
margin-top: 10px;
|
||||
}
|
||||
.dual-inputs {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@@ -1080,7 +1086,11 @@ export default {
|
||||
|
||||
.footer-btn.submit {
|
||||
border: 0;
|
||||
background: #15b89a;
|
||||
color: #fff;
|
||||
width: 114px;
|
||||
height: 40px;
|
||||
background: #6F68F3;
|
||||
border-radius: 8px 8px 8px 8px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user