Jelajahi Sumber

小需求207批量计算弹窗按钮固定

chenlei 3 bulan lalu
induk
melakukan
dbc8fd2396

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/batchComptedDialog.vue

@@ -632,7 +632,7 @@ export default {
 	mounted() {},
 }
 </script>
-<style lang='scss'>
+<style lang='scss' scoped>
 .batch-computed-dialog {
 	position: relative;
 	div::-webkit-scrollbar {

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/batchComputedV2.vue

@@ -6,7 +6,7 @@
 		@close="handleClose"
 		custom-class="batch-computed-dialog fit-screen-dialog"
 		center
-		top="5vh"
+		top="2vh"
 		v-dialogDrag
         :title="showSave ? $t('EtaBasePage.title_batch_save') : $t('EtaBasePage.title_batch_calc')"
 	>