|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="containe">
|
|
|
- <div class="header">
|
|
|
+ <!-- <div class="header">
|
|
|
<span>文档管理</span>
|
|
|
<img src="../../../assets/img/chevron-down.png" alt="" />
|
|
|
<img src="../../../assets/img/slash.png" alt="" />
|
|
@@ -8,7 +8,7 @@
|
|
|
<img src="../../../assets/img/chevron-up.png" alt="" class="top2" />
|
|
|
<img src="../../../assets/img/slash.png" alt="" />
|
|
|
</div>
|
|
|
- <div class="title">扩容申请</div>
|
|
|
+ <div class="title">扩容申请</div> -->
|
|
|
<div class="main">
|
|
|
<h3>扩容申请</h3>
|
|
|
<div class="main-main">
|
|
@@ -51,7 +51,7 @@
|
|
|
@click="handleQuery"
|
|
|
>搜索</el-button
|
|
|
>
|
|
|
- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
|
|
|
+ <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" class="reset1"
|
|
|
>重置</el-button
|
|
|
>
|
|
|
</el-form-item>
|
|
@@ -395,58 +395,64 @@ export default {
|
|
|
font-weight: 500;
|
|
|
padding-left: calc(100vw * (20 / 1920));
|
|
|
//顶部信息
|
|
|
- .header {
|
|
|
- width: calc(100vw * (300 / 1920));
|
|
|
- height: calc(100vh * (22 / 1080));
|
|
|
- margin-top: calc(100vh * (20 / 1080));
|
|
|
- margin-bottom: calc(100vh * (20 / 1080));
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- img {
|
|
|
- width: calc(100vw * (16 / 1920));
|
|
|
- height: calc(100vh * (16 / 1080));
|
|
|
- border: 1px dashed grey;
|
|
|
- margin-left: 3px;
|
|
|
- margin-right: 3px;
|
|
|
- }
|
|
|
- .top1 {
|
|
|
- color: #2e8aecff;
|
|
|
- }
|
|
|
- }
|
|
|
- //中间目录列表
|
|
|
- .title {
|
|
|
- height: calc(100vh * (22 / 1080));
|
|
|
- margin-top: calc(100vh * (20 / 1080));
|
|
|
- margin-bottom: calc(100vh * (20 / 1080));
|
|
|
- color: #ffffffff;
|
|
|
- font-size: 0.16rem;
|
|
|
- font-weight: bold;
|
|
|
- line-height: calc(100vh * (22 / 1080));
|
|
|
- }
|
|
|
+ // .header {
|
|
|
+ // width: calc(100vw * (300 / 1920));
|
|
|
+ // height: calc(100vh * (22 / 1080));
|
|
|
+ // margin-top: calc(100vh * (20 / 1080));
|
|
|
+ // margin-bottom: calc(100vh * (20 / 1080));
|
|
|
+ // display: flex;
|
|
|
+ // align-items: center;
|
|
|
+ // img {
|
|
|
+ // width: calc(100vw * (16 / 1920));
|
|
|
+ // height: calc(100vh * (16 / 1080));
|
|
|
+ // border: 1px dashed grey;
|
|
|
+ // margin-left: 3px;
|
|
|
+ // margin-right: 3px;
|
|
|
+ // }
|
|
|
+ // .top1 {
|
|
|
+ // color: #2e8aecff;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // //中间目录列表
|
|
|
+ // .title {
|
|
|
+ // height: calc(100vh * (22 / 1080));
|
|
|
+ // margin-top: calc(100vh * (20 / 1080));
|
|
|
+ // margin-bottom: calc(100vh * (20 / 1080));
|
|
|
+ // color: #ffffffff;
|
|
|
+ // font-size: 0.16rem;
|
|
|
+ // font-weight: bold;
|
|
|
+ // line-height: calc(100vh * (22 / 1080));
|
|
|
+ // }
|
|
|
.main {
|
|
|
width: calc(100vw * (1876 / 1920));
|
|
|
- height: calc(100vh * (880 / 1080));
|
|
|
+ height: calc(100vh * (930 / 1080));
|
|
|
background: url(../../../assets/img/Group-610.png);
|
|
|
- background-size: calc(100vw * (1876 / 1920)) calc(100vh * (880 / 1080));
|
|
|
+ background-size: calc(100vw * (1876 / 1920)) calc(100vh * (930 / 1080));
|
|
|
+ margin-top: calc(100vh * (35 / 1080));
|
|
|
h3 {
|
|
|
font-size: 0.2rem;
|
|
|
color: #ffffffff;
|
|
|
- padding-top: calc(100vh * (25 / 1080));
|
|
|
+ padding-top: calc(100vh * (30 / 1080));
|
|
|
padding-bottom: calc(100vh * (10 / 1080));
|
|
|
padding-left: calc(100vw * (30 / 1920));
|
|
|
}
|
|
|
.main-main {
|
|
|
width: calc(100vw * (1822 / 1920));
|
|
|
- height: calc(100vh * (800 / 1080));
|
|
|
+ height: calc(100vh * (850 / 1080));
|
|
|
margin-left: calc(100vw * (25 / 1920));
|
|
|
margin-top: calc(100vh * (20 / 1080));
|
|
|
// background: seagreen;
|
|
|
.el-table {
|
|
|
width: calc(100vw * (1822 / 1920));
|
|
|
- height: calc(100vh * (650 / 1080));
|
|
|
+ height: calc(100vh * (700 / 1080));
|
|
|
background: transparent;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
+ .reset1 {
|
|
|
+ color: #2e8aecff;
|
|
|
+ background: transparent;
|
|
|
+ border: 1px solid #2e8aecff;
|
|
|
+ }
|
|
|
}
|
|
|
//滚动条样式
|
|
|
// ::-webkit-scrollbar {
|
|
@@ -507,11 +513,11 @@ export default {
|
|
|
width: 0;
|
|
|
}
|
|
|
//按钮样式
|
|
|
-::v-deep .el-button {
|
|
|
- background-color: #002a5cff;
|
|
|
- color: #1890ff;
|
|
|
- border: none;
|
|
|
-}
|
|
|
+// ::v-deep .el-button {
|
|
|
+// background-color: #002a5cff;
|
|
|
+// color: #1890ff;
|
|
|
+// border: none;
|
|
|
+// }
|
|
|
//下拉选项样式
|
|
|
::v-deep .el-select-dropdown__list {
|
|
|
background: #0F1540FF;
|