Commit c5cfd1b7 authored by 张牧越's avatar 张牧越

styleFix

parent 34160b55
...@@ -251,6 +251,7 @@ export default { ...@@ -251,6 +251,7 @@ export default {
.right-nav { .right-nav {
width: calc(100% / 3); width: calc(100% / 3);
text-align: left; text-align: left;
padding-left: 80px;
.clock { .clock {
float: right; float: right;
width: 124px; width: 124px;
......
...@@ -637,7 +637,7 @@ export default { ...@@ -637,7 +637,7 @@ export default {
.no-data { .no-data {
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
color: #1abcec; color: #86919e;
img { img {
width: 300px; width: 300px;
margin: 0 auto; margin: 0 auto;
......
...@@ -250,7 +250,7 @@ export default { ...@@ -250,7 +250,7 @@ export default {
itemHeight: 12, itemHeight: 12,
itemWidth: 12, itemWidth: 12,
icon: "rect", icon: "rect",
right: "0%", left: "60%",
top: "30%", top: "30%",
orient: "vertical", orient: "vertical",
itemGap: 20, itemGap: 20,
...@@ -341,7 +341,7 @@ export default { ...@@ -341,7 +341,7 @@ export default {
itemHeight: 12, itemHeight: 12,
itemWidth: 12, itemWidth: 12,
icon: "rect", icon: "rect",
right: "0%", left: "60%",
top: "30%", top: "30%",
orient: "vertical", orient: "vertical",
itemGap: 20, itemGap: 20,
......
...@@ -802,7 +802,7 @@ export default { ...@@ -802,7 +802,7 @@ export default {
.no-data { .no-data {
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
color: #1abcec; color: #86919e;
img { img {
width: 200px; width: 200px;
margin: 0 auto; margin: 0 auto;
......
...@@ -505,6 +505,7 @@ export default { ...@@ -505,6 +505,7 @@ export default {
} }
cursor: pointer; cursor: pointer;
min-width: 66px; min-width: 66px;
width: 26%;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
text-decoration: none; text-decoration: none;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
title="使用轨迹" title="使用轨迹"
width="1200px" width="1200px"
top="10vh" top="3vh"
append-to-body append-to-body
> >
<div> <div>
......
...@@ -244,11 +244,12 @@ export default { ...@@ -244,11 +244,12 @@ export default {
height: 18px; height: 18px;
font-size: 18px; font-size: 18px;
color: #c6def9; color: #c6def9;
line-height: 30px; line-height: 18px;
min-height: 30px; min-height: 30px;
margin-bottom: 20px; margin-bottom: 20px;
img { img {
width: 16px; width: 18px;
vertical-align: top;
} }
} }
.base-info { .base-info {
......
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