hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2024-01-15 11:43:01 2 * @Date: 2024-01-15 11:43:01
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-01-24 14:46:18 4 + * @LastEditTime: 2024-01-24 14:49:00
5 * @FilePath: /xysBooking/src/views/notice.vue 5 * @FilePath: /xysBooking/src/views/notice.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -87,7 +87,7 @@ const confirmBtn = () => { ...@@ -87,7 +87,7 @@ const confirmBtn = () => {
87 position: relative; 87 position: relative;
88 height: 100vh; 88 height: 100vh;
89 .content { 89 .content {
90 - margin: 1rem 0.5rem; 90 + margin: 1rem;
91 background-color: #ffffff; 91 background-color: #ffffff;
92 border-radius: 8px; 92 border-radius: 8px;
93 padding: 1rem; 93 padding: 1rem;
......