This commit is contained in:
clay
2022-01-19 19:24:02 +08:00
parent 74a0130727
commit d0b9848102
7 changed files with 269 additions and 155 deletions

View File

@@ -1,15 +1,4 @@
<template>
<!-- <el-row>-->
<!-- <el-col :xs="1" :sm="2" :md="2" :lg="4" :xl="4">-->
<!-- <div class="grid-content"></div>-->
<!-- </el-col>-->
<!-- <el-col :xs="22" :sm="20" :md="20" :lg="16" :xl="16">-->
<!-- </el-col>-->
<!-- <el-col :xs="1" :sm="2" :md="2" :lg="4" :xl="4">-->
<!-- <div class="grid-content"></div>-->
<!-- </el-col>-->
<!-- </el-row>-->
<div class="header">
<!--头部部分-->
<div class="top">
@@ -241,7 +230,7 @@ export default {
display: none;
width: 16.5rem;
position: absolute;
top: 8rem;
top: 6rem;
background-color: transparent;
//display: block;
//width: 100%;
@@ -308,7 +297,7 @@ export default {
display: block;
}
.link_text_title{
font-weight: 900;
font-weight: bolder !important;
}
}