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

Commit efd994b1 by 郭婉茹

text

parent cb7bf8ec
...@@ -487,13 +487,12 @@ export default { ...@@ -487,13 +487,12 @@ export default {
.sidebar1 { .sidebar1 {
padding: 0 0 0 0; padding: 0 0 0 0;
margin-left: 50px; margin-left: 50px;
margin-right: 20px;
margin-top: 40px; margin-top: 40px;
width: 30%; width: 30%;
display: flex; display: flex;
.img-list-title1 { .img-list-title1 {
padding: 0 0 0 0; padding: 0 0 0 0;
width: 250px; width: 300px;
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
background: #409eff; background: #409eff;
...@@ -502,7 +501,7 @@ export default { ...@@ -502,7 +501,7 @@ export default {
} }
.img-title-list-box1 { .img-title-list-box1 {
padding: 0 0 0 0; padding: 0 0 0 0;
width: 250px; width: 300px;
height: calc(100vh - 61px - 100px - 40px); height: calc(100vh - 61px - 100px - 40px);
overflow: auto; overflow: auto;
background-color: white; background-color: white;
...@@ -516,7 +515,7 @@ export default { ...@@ -516,7 +515,7 @@ export default {
} }
} }
.filter-container1 { .filter-container1 {
margin-right: 50px; margin-right: 40px;
margin-left: 20px; margin-left: 20px;
margin-top: 40px; margin-top: 40px;
height: calc(100vh - 61px - 100px); height: calc(100vh - 61px - 100px);
......
...@@ -483,7 +483,6 @@ export default { ...@@ -483,7 +483,6 @@ export default {
.sidebar { .sidebar {
padding: 0 0 0 0; padding: 0 0 0 0;
margin-left: 50px; margin-left: 50px;
margin-right: 20px;
margin-top: 40px; margin-top: 40px;
width: 30%; width: 30%;
.img-list-title { .img-list-title {
...@@ -505,7 +504,7 @@ export default { ...@@ -505,7 +504,7 @@ export default {
} }
} }
.filter-container { .filter-container {
margin-right: 50px; margin-right: 40px;
margin-left: 20px; margin-left: 20px;
margin-top: 40px; margin-top: 40px;
height: calc(100vh - 61px - 100px); height: calc(100vh - 61px - 100px);
......
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