src/views/datamanage/SpatialData.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/datamanage/dictionaryManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/datamanage/domainManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/datamanage/versionManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/datamanage/SpatialData.vue
@@ -95,7 +95,7 @@ <div class="dividing-line"></div> <div class="table_box" style="height:calc(100% - 89px)" style="height:calc(100% - 60px)" > <!-- border--> <!-- ref="filterTable"--> @@ -147,7 +147,7 @@ </template> </el-table-column> </el-table> <div class="pagination_box"> <div class="pagination_box" style="margin-top: 15px"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" @@ -1148,7 +1148,7 @@ .Spatialbox { height: 98%; width: 98%; padding: 1%; padding: 0.5%; .spatialContent { width: 100%; height: calc(100% - 75px); src/views/datamanage/dictionaryManage.vue
@@ -70,7 +70,7 @@ </el-form> </div> <div class="dividing-line"></div> <div class="table_box" style="height:calc(100% - 89px)"> <div class="table_box" style="height:calc(100% - 60px)"> <el-table :data="tableData" style="width: 100%" @@ -167,7 +167,7 @@ </template> </el-table-column> </el-table> <div class="pagination_box"> <div class="pagination_box" style="margin-top: 15px"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" @@ -637,7 +637,7 @@ .dictionaryBox { height: 98%; width: 98%; padding: 1%; padding: 0.5%; .dictionary_leftTree { width: calc(23% - 0px); height: 100%; src/views/datamanage/domainManage.vue
@@ -67,7 +67,7 @@ </el-form> </div> <div class="dividing-line"></div> <div class="table_box" style="height: calc(100% - 89px)"> <div class="table_box" style="height: calc(100% - 60px)"> <el-table :data="tableData" @selection-change="handleSelectionChange" @@ -141,7 +141,7 @@ </template> </el-table-column> </el-table> <div class="pagination_box" style="margin-top: 20px"> <div class="pagination_box" style="margin-top: 15px"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" @@ -694,7 +694,7 @@ .domainBox { height: 98%; width: 98%; padding: 1%; padding: 0.5%; .mainBox { padding-top: 10px; width: 100%; src/views/datamanage/versionManage.vue
@@ -11,7 +11,7 @@ <el-form ref="ruleForm" :model="ruleForm" :inline="true"> <div class="flex_box"> <div style="margin-right: auto"> <el-form-item> <el-form-item size="small"> <el-select :popper-append-to-body="false" v-model="ruleForm.dirid" @@ -46,7 +46,7 @@ }" ></el-cascader> --> </el-form-item> <el-form-item> <el-form-item size="small"> <el-input v-model="ruleForm.name" :placeholder="$t('common.pleaseInput')" @@ -159,7 +159,7 @@ </template> </el-table-column> </el-table> <div class="pagination_box"> <div class="pagination_box" style="margin-top: 15px"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" @@ -176,7 +176,6 @@ <el-dialog :title="$t('dataManage.vmobj.editVersion')" :visible.sync="dialogFormVisible" top="2vh" > <div style="height: 500px; overflow: auto"> <el-form :model="upform" label-position="top"> @@ -247,7 +246,6 @@ <el-dialog :title="$t('dataManage.vmobj.addVersion')" :visible.sync="InsertFormdialog" top="2vh" > <div style="height: 500px; overflow: auto"> <el-form :model="insertform" label-position="top"> @@ -498,7 +496,7 @@ this.$nextTick(() => { const rect = this.$refs.container.getBoundingClientRect(); this.tableHeight = `${rect.height + 97}px`; this.styleVar["height"] = `calc(100% - ${rect.height + 97}px)`; this.styleVar["height"] = `calc(100% - ${rect.height + 28}px)`; }); }, //目录切换 @@ -742,7 +740,7 @@ .verSionBox { height: 98%; width: 98%; padding: 1%; padding: 0.5%; .verSionContent { width: 100%; height: 92%;