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