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

styleFix

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