文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit cb7bf8ec by 郭婉茹

text

parent 22748060
......@@ -429,49 +429,6 @@ export default {
<style lang='scss'>
@import "@/assets/scss/config.scss";
@import "@/assets/scss/mixin.scss";
.select-container {
@include container;
.sidebar1 {
height: 600px;
box-shadow: 0px 0px 10px #dbdbdb;
background-color: white;
.img-list-title1 {
line-height: 40px;
padding: 0 10px;
background: #409eff;
color: white;
}
.img-title-list-box1 {
height: 560px;
overflow: auto;
background-color: white;
.tokenList1 {
margin: 9px;
}
.token1 {
font-size: 18px;
}
}
}
.filter-container1 {
height: 600px;
float: center;
width: 100%;
padding: 25px 10px 20px 25px;
@include whiteBoard;
.content1 {
overflow: auto;
height: 450px;
text-align: left;
font-size: 20px;
line-height: 30px;
}
.button1 {
overflow: auto;
}
}
}
.highlights-text {
color: #ff5134;
text-decoration: underline;
......
......@@ -483,14 +483,13 @@ export default {
.select-container {
height: calc(100vh - 61px);
display: flex;
flex-direction: column;
background-color: #d9ecff;
.sidebar1 {
padding: 0 0 0 0;
margin-left: 50px;
margin-right: 20px;
margin-top: 40px;
width: 250px;
width: 30%;
display: flex;
.img-list-title1 {
padding: 0 0 0 0;
......@@ -521,6 +520,7 @@ export default {
margin-left: 20px;
margin-top: 40px;
height: calc(100vh - 61px - 100px);
width: 70%;
//float: center;
width: 100%;
padding: 25px 10px 20px 25px;
......
......@@ -485,6 +485,7 @@ export default {
margin-left: 50px;
margin-right: 20px;
margin-top: 40px;
width: 30%;
.img-list-title {
padding: 0 0 0 0;
height: 40px;
......@@ -509,7 +510,7 @@ export default {
margin-top: 40px;
height: calc(100vh - 61px - 100px);
//float: center;
width: 100%;
width: 70%;
padding: 25px 10px 20px 25px;
@include whiteBoard;
.content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment