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',
|
||||
entry: VITE_APP_SUB_OA,
|
||||
activeRule: `${VITE_APP_VIST_URL}:82/login`,
|
||||
activeRule: '/sub-operation-admin',
|
||||
title: '管理后台',
|
||||
icon: 'images/platform/icon-admin.png',
|
||||
},
|
||||
@ -44,7 +44,7 @@ export const rightApps = [
|
||||
{
|
||||
name: 'sub-government-admin',
|
||||
entry: VITE_APP_SUB_GAS,
|
||||
activeRule: `${VITE_APP_VIST_URL}:81/login`,
|
||||
activeRule: '/sub-government-admin',
|
||||
title: '管理后台',
|
||||
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-family: 'Sans';
|
||||
|
@ -153,7 +153,6 @@ function handleTitleClick(val) {
|
||||
justify-content: center;
|
||||
font-size: 32px;
|
||||
color: #fff;
|
||||
font-family: 'JinBuTi';
|
||||
}
|
||||
.left_btn,
|
||||
.right_btn {
|
||||
|
@ -1,11 +1,11 @@
|
||||
@import 'common/base';
|
||||
@import 'common/define';
|
||||
@import './assets/fonts/font.css';
|
||||
// @import './assets/fonts/font.css';
|
||||
#app {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: JinBuTi, Sans, Avenir, sans-serif;
|
||||
font-family: Sans, Avenir, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background-color: #000;
|
||||
|
@ -61,7 +61,7 @@ watch(
|
||||
&:deep(.row-item) {
|
||||
.ranking-info {
|
||||
color: #35d0c0 !important;
|
||||
font-family: 'DingTalk JinBuTi, DingTalk JinBuTi-Regular';
|
||||
font-family: '';
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,6 @@ const itemClick = (index) => {
|
||||
}
|
||||
.name {
|
||||
color: #fff;
|
||||
font-family: 'JinBuTi';
|
||||
border: 2px solid #01fefd;
|
||||
border-radius: 8px;
|
||||
backdrop-filter: blur(8px);
|
||||
|
@ -140,7 +140,6 @@ onBeforeUnmount(() => {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: 'JinBuTi';
|
||||
width: 80%;
|
||||
aspect-ratio: 1/1;
|
||||
font-size: 18px;
|
||||
|
@ -47,7 +47,6 @@ const props = defineProps({
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: 'JinBuTi';
|
||||
width: 80%;
|
||||
aspect-ratio: 1/1;
|
||||
font-size: 18px;
|
||||
|
@ -382,7 +382,7 @@ const handleContrast = (data) => {
|
||||
.data-home-index {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: 'DingTalk JinBuTi, DingTalk JinBuTi-Regular';
|
||||
font-family: '';
|
||||
font-weight: 400;
|
||||
:deep(*) {
|
||||
font-family: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user