pull/1/head
LiuJiaNan 2024-02-27 12:00:42 +08:00
parent 5122d11abb
commit d50245b985
4 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -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;

View File

@ -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"