Browse Source

2023-11-15

master
guoxing 1 year ago
parent
commit
a9cd9901a9
  1. 5
      src/App.vue
  2. 4
      src/views/mortgage/index.vue

5
src/App.vue

@ -15,3 +15,8 @@
},
}
</script>
<style>
html,body,#app{
height: 100%;
}
</style>

4
src/views/mortgage/index.vue

@ -1,5 +1,5 @@
<template>
<div class="mortgage">
<template style="height:100%;overflow-y: auto;">
<div class="mortgage" style="min-height:100%;overflow-y: auto;">
<div class="mortgage_tit">国大36524项目</div>
<div class="mortgage_top">
<div class="mortgage_top_item">

Loading…
Cancel
Save