Browse Source

fix: 事故照片修改

bill 2 years ago
parent
commit
55d9ffcb0c
2 changed files with 5 additions and 5 deletions
  1. 1 1
      src/views/photos/index.vue
  2. 4 4
      src/views/roads/tabulation.vue

+ 1 - 1
src/views/photos/index.vue

@@ -19,7 +19,7 @@
     </template>
     </template>
 
 
     <Photos
     <Photos
-      undata-msg="无照片。请返回场景拍照以获取照片"
+      undata-msg="无照片,请打开场景拍照获取。"
       :getURL="(data) => data.urlRaw || data.url"
       :getURL="(data) => data.urlRaw || data.url"
       v-model:active="active"
       v-model:active="active"
       v-model:selects="selects"
       v-model:selects="selects"

+ 4 - 4
src/views/roads/tabulation.vue

@@ -200,8 +200,8 @@ const onBack = () => {
   });
   });
 };
 };
 
 
-const downMode = ref(false);
-// const downMode = ref(true);
+// const downMode = ref(false);
+const downMode = ref(true);
 const layoutRef = ref<HTMLDivElement>();
 const layoutRef = ref<HTMLDivElement>();
 const getLayoutImage = async () => {
 const getLayoutImage = async () => {
   downMode.value = true;
   downMode.value = true;
@@ -305,7 +305,7 @@ const saveHandler = async () => {
 }
 }
 
 
 .content table {
 .content table {
-  width: 100%;
+  width: calc(100% - 2px);
   // height: 800px;
   // height: 800px;
   border-collapse: collapse;
   border-collapse: collapse;
 
 
@@ -373,7 +373,7 @@ const saveHandler = async () => {
     overflow: hidden;
     overflow: hidden;
   }
   }
   .content table .textarea-layout {
   .content table .textarea-layout {
-    height: 63px;
+    height: 60px;
     span {
     span {
       padding: 5px 0px;
       padding: 5px 0px;
       display: block;
       display: block;