diff --git a/src/pages/phone/standDynamics/components/DataCenter.vue b/src/pages/phone/standDynamics/components/DataCenter.vue index 99b959e25..78f3c9e22 100644 --- a/src/pages/phone/standDynamics/components/DataCenter.vue +++ b/src/pages/phone/standDynamics/components/DataCenter.vue @@ -9,22 +9,20 @@ :total="total" :loading="loading" :pullingUpHandler="pullingUpHandler"> -
-
-
- {{ item.dataTitle && item.dataTitle.length > 40 ? item.dataTitle.slice(0, 39) + "..." : item.dataTitle }} +
+
+
+
{{ item.dataTitle || '-' }}
-
-
-
类型: - - {{ item.dataType && item.dataType.length > 30 ? item.dataType.slice(0, 29) + "..." : item.dataType }} - + +
+
+ 类型: {{ item.dataType || '-' }} +
-
上传时间: - - {{ $moment(item.dataUploadTime).format("YYYY-MM-DD HH:mm:ss") }} - + +
+ 上传时间: {{ $moment(item.dataUploadTime).format("YYYY-MM-DD HH:mm:ss") }}
@@ -141,16 +139,19 @@ export default { .standState { padding-left: 10px; - height: 35px; - line-height: 35px; + line-height: 25px; } - .standSubTime { - font-size: 3.4vw; - padding-left: 10px; - height: 35px; - line-height: 35px; - } + } + .timeFooter { + font-size: 3.4vw; + padding: 0 10px; + height: 35px; + line-height: 35px; + //border-top: 1px solid #cccccc; } } +.card-content:first-child { + margin-top: 0; +} diff --git a/src/pages/phone/standDynamics/components/StandardRegulations.vue b/src/pages/phone/standDynamics/components/StandardRegulations.vue index 8c6772458..a073b65dd 100644 --- a/src/pages/phone/standDynamics/components/StandardRegulations.vue +++ b/src/pages/phone/standDynamics/components/StandardRegulations.vue @@ -1,22 +1,27 @@