|
@@ -412,6 +412,7 @@ header {
|
|
|
from {
|
|
|
transform: translate(-50%, -50%) rotate(0deg);
|
|
|
}
|
|
|
+
|
|
|
to {
|
|
|
transform: translate(-50%, -50%) rotate(360deg);
|
|
|
}
|
|
@@ -421,6 +422,7 @@ header {
|
|
|
from {
|
|
|
transform: translate(-50%, -50%) rotate(0deg);
|
|
|
}
|
|
|
+
|
|
|
to {
|
|
|
transform: translate(-50%, -50%) rotate(-360deg);
|
|
|
}
|
|
@@ -842,8 +844,9 @@ p {
|
|
|
color: #37a5eb;
|
|
|
display: inline-block;
|
|
|
text-align: right;
|
|
|
- width: 80px;
|
|
|
+ width: 30%;
|
|
|
min-width: 80px;
|
|
|
+ white-space: nowrap
|
|
|
}
|
|
|
|
|
|
.siteModelBox .infoLine p {
|
|
@@ -910,7 +913,7 @@ p {
|
|
|
|
|
|
.el-date-editor--datetimerange.el-input,
|
|
|
.el-date-editor--datetimerange.el-input__inner {
|
|
|
- width: 350px!important
|
|
|
+ width: 350px !important
|
|
|
}
|
|
|
|
|
|
.zwsj img {
|