forked from integrated_whb/integrated_whb_vue
logo
parent
5122d11abb
commit
d50245b985
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
|
||||||
<title>管理平台</title>
|
<title>危化安全生产管理平台</title>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="logo">管理平台</div>
|
<div class="logo" />
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li @click="router.push({ path: '/large_screen_data_display' })">
|
<li @click="router.push({ path: '/large_screen_data_display' })">
|
||||||
|
@ -185,14 +185,11 @@ fnSpecialOperationsWarnAmount();
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
background-image: url("/src/assets/images/public/logo.png");
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: var(--el-header-height);
|
height: 69px;
|
||||||
line-height: var(--el-header-height);
|
background-repeat: no-repeat;
|
||||||
padding-left: 20px;
|
background-size: 100% 100%;
|
||||||
color: #fff;
|
|
||||||
font-size: 20px;
|
|
||||||
font-weight: 700;
|
|
||||||
font-family: cursive;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
@ -221,6 +218,7 @@ fnSpecialOperationsWarnAmount();
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
border: 1px solid #2870bb;
|
border: 1px solid #2870bb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="title">管理平台</div>
|
<div class="title">危化安全生产管理平台</div>
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<el-form
|
<el-form
|
||||||
ref="formRef"
|
ref="formRef"
|
||||||
|
|
Loading…
Reference in New Issue