Merge branch 'dev' of http://47.109.205.240:3000/Web/daimp-front into dev
This commit is contained in:
commit
9cc9c90d95
@ -13,7 +13,7 @@ export const leftApps = [
|
|||||||
{
|
{
|
||||||
name: 'sub-operation-admin',
|
name: 'sub-operation-admin',
|
||||||
entry: VITE_APP_SUB_OA,
|
entry: VITE_APP_SUB_OA,
|
||||||
activeRule: `${VITE_APP_VIST_URL}:82/login`,
|
activeRule: '/sub-operation-admin',
|
||||||
title: '管理后台',
|
title: '管理后台',
|
||||||
icon: 'images/platform/icon-admin.png',
|
icon: 'images/platform/icon-admin.png',
|
||||||
},
|
},
|
||||||
@ -44,7 +44,7 @@ export const rightApps = [
|
|||||||
{
|
{
|
||||||
name: 'sub-government-admin',
|
name: 'sub-government-admin',
|
||||||
entry: VITE_APP_SUB_GAS,
|
entry: VITE_APP_SUB_GAS,
|
||||||
activeRule: `${VITE_APP_VIST_URL}:81/login`,
|
activeRule: '/sub-government-admin',
|
||||||
title: '管理后台',
|
title: '管理后台',
|
||||||
icon: 'images/platform/icon-admin.png',
|
icon: 'images/platform/icon-admin.png',
|
||||||
},
|
},
|
||||||
|
Binary file not shown.
@ -1,10 +1,3 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'JinBuTi';
|
|
||||||
/* 自定义字体名称 */
|
|
||||||
src: url('./DingTalk JinBuTi.ttf') format('truetype');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Sans';
|
font-family: 'Sans';
|
||||||
|
@ -153,7 +153,6 @@ function handleTitleClick(val) {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'JinBuTi';
|
|
||||||
}
|
}
|
||||||
.left_btn,
|
.left_btn,
|
||||||
.right_btn {
|
.right_btn {
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
@import 'common/base';
|
@import 'common/base';
|
||||||
@import 'common/define';
|
@import 'common/define';
|
||||||
@import './assets/fonts/font.css';
|
// @import './assets/fonts/font.css';
|
||||||
#app {
|
#app {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: JinBuTi, Sans, Avenir, sans-serif;
|
font-family: Sans, Avenir, sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
@ -61,7 +61,7 @@ watch(
|
|||||||
&:deep(.row-item) {
|
&:deep(.row-item) {
|
||||||
.ranking-info {
|
.ranking-info {
|
||||||
color: #35d0c0 !important;
|
color: #35d0c0 !important;
|
||||||
font-family: 'DingTalk JinBuTi, DingTalk JinBuTi-Regular';
|
font-family: '';
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -114,7 +114,6 @@ const itemClick = (index) => {
|
|||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'JinBuTi';
|
|
||||||
border: 2px solid #01fefd;
|
border: 2px solid #01fefd;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
|
@ -140,7 +140,6 @@ onBeforeUnmount(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: 'JinBuTi';
|
|
||||||
width: 80%;
|
width: 80%;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -47,7 +47,6 @@ const props = defineProps({
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: 'JinBuTi';
|
|
||||||
width: 80%;
|
width: 80%;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -382,7 +382,7 @@ const handleContrast = (data) => {
|
|||||||
.data-home-index {
|
.data-home-index {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'DingTalk JinBuTi, DingTalk JinBuTi-Regular';
|
font-family: '';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
:deep(*) {
|
:deep(*) {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user