|
@@ -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,9 +8,9 @@
|
|
|
<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>
|
|
|
+ <h3>个人存储空间</h3>
|
|
|
<div class="main-main">
|
|
|
<div class="app-container">
|
|
|
<el-row :gutter="10" class="mb8">
|
|
@@ -478,59 +478,60 @@ 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 * (774 / 1080));
|
|
|
+ height: calc(100vh * (824 / 1080));
|
|
|
background: url(../../../assets/img/Group-610.png);
|
|
|
- background-size: calc(100vw * (1876 / 1920)) calc(100vh * (774 / 1080));
|
|
|
+ background-size: calc(100vw * (1876 / 1920)) calc(100vh * (824 / 1080));
|
|
|
+ margin-top: calc(100vh * (35 / 1080));
|
|
|
h3 {
|
|
|
font-size: 0.2rem;
|
|
|
color: #ffffffff;
|
|
|
- padding-top: calc(100vh * (21 / 1080));
|
|
|
+ padding-top: calc(100vh * (23 / 1080));
|
|
|
padding-left: calc(100vw * (30 / 1920));
|
|
|
}
|
|
|
.main-main {
|
|
|
width: calc(100vw * (1845 / 1920));
|
|
|
- height: calc(100vh * (700 / 1080));
|
|
|
+ height: calc(100vh * (750 / 1080));
|
|
|
margin-left: calc(100vw * (16 / 1920));
|
|
|
margin-top: calc(100vh * (20 / 1080));
|
|
|
// background: seagreen;
|
|
|
.app-container {
|
|
|
width: calc(100vw * (1845 / 1920));
|
|
|
- height: calc(100vh * (700 / 1080));
|
|
|
+ height: calc(100vh * (750 / 1080));
|
|
|
padding: 0;
|
|
|
}
|
|
|
.el-table {
|
|
|
width: calc(100vw * (1830 / 1920));
|
|
|
- height: calc(100vh * (646 / 1080));
|
|
|
+ height: calc(100vh * (696 / 1080));
|
|
|
margin-left: calc(100vw * (8 / 1920));
|
|
|
border: 1px solid #006C9AFF;
|
|
|
overflow: auto;
|