|
@@ -48,6 +48,9 @@
|
|
|
<span class="title">防御通知和规定</span>
|
|
<span class="title">防御通知和规定</span>
|
|
|
</div>
|
|
</div>
|
|
|
</header>
|
|
</header>
|
|
|
|
|
+ <main class="defensive-notice-and-regulation__main">
|
|
|
|
|
+ <DefenseNotice />
|
|
|
|
|
+ </main>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -67,6 +70,7 @@
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
|
import { ref, onMounted, onUnmounted } from 'vue';
|
|
import { ref, onMounted, onUnmounted } from 'vue';
|
|
|
import DisasterWarning from './src/components/DisasterWarning.vue';
|
|
import DisasterWarning from './src/components/DisasterWarning.vue';
|
|
|
|
|
+ import DefenseNotice from './src/components/DefenseNotice.vue';
|
|
|
import dayjs from 'dayjs';
|
|
import dayjs from 'dayjs';
|
|
|
|
|
|
|
|
const currentDate = ref('');
|
|
const currentDate = ref('');
|
|
@@ -151,7 +155,7 @@
|
|
|
.right-info-section {
|
|
.right-info-section {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- gap: 25cpx;
|
|
|
|
|
|
|
+ gap: 10cpx;
|
|
|
padding-top: 20cpx;
|
|
padding-top: 20cpx;
|
|
|
background-color: $white-color;
|
|
background-color: $white-color;
|
|
|
&__main {
|
|
&__main {
|
|
@@ -168,11 +172,11 @@
|
|
|
}
|
|
}
|
|
|
.disaster-loss-and-loss-record {
|
|
.disaster-loss-and-loss-record {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 397cpx;
|
|
|
|
|
|
|
+ flex: 1;
|
|
|
}
|
|
}
|
|
|
.defensive-notice-and-regulation {
|
|
.defensive-notice-and-regulation {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- flex: 1;
|
|
|
|
|
|
|
+ height: 220cpx;
|
|
|
}
|
|
}
|
|
|
.bottom-box--right-item {
|
|
.bottom-box--right-item {
|
|
|
display: flex;
|
|
display: flex;
|