wangfumin 4 tuntia sitten
vanhempi
commit
5b77255947

+ 10 - 0
src/view/newFireCase/newdispatch/editFire.vue

@@ -429,6 +429,15 @@ const handleMapConfirm = (LocationInfo: any) => {
   padding-top: 8px;
 }
 
+.scene-edit-dialog{
+  :deep(.el-table){
+    height: 370px!important;
+  }
+  :deep(.el-table__inner-wrapper){
+    height: 370px!important;
+  }
+}
+
 .dialog-filter-row {
   display: flex;
   align-items: center;
@@ -453,6 +462,7 @@ const handleMapConfirm = (LocationInfo: any) => {
 .scene-form-item{
   flex-direction: column;
   gap: 12px;
+  margin-bottom: 0;
   .scene-form-item-content{
     border: 1px solid #f5f5f5;
     padding: 10px;

+ 2 - 2
src/view/newFireCase/newdispatch/list.vue

@@ -10,7 +10,7 @@
     <el-table
       :data="pagging.state.table.rows"
       id="multipleTable"
-      style="width: 100%"
+      style="width: 100%;"
       class="table"
       size="large"
       @selection-change="pagging.changeSelectRows"
@@ -108,7 +108,7 @@ defineEmits<{
 }>();
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
 .clickable {
   cursor: pointer;
   color: #26559b;