hookehuyr

fix 未授权页面样式修改

1 <!-- 1 <!--
2 * @Date: 2022-06-29 18:18:02 2 * @Date: 2022-06-29 18:18:02
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-06-28 09:57:57 4 + * @LastEditTime: 2024-06-28 14:10:01
5 * @FilePath: /data-table/src/views/no_auth.vue 5 * @FilePath: /data-table/src/views/no_auth.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 <div class="text-box"> 10 <div class="text-box">
11 <van-icon name="warning" color="red" size="1.25rem" />&nbsp;您暂无权限访问该页面 11 <van-icon name="warning" color="red" size="1.25rem" />&nbsp;您暂无权限访问该页面
12 </div> 12 </div>
13 - <div>{{ formSetting.auth_error }}</div> 13 + <div style="font-size: 15px; color: #525967;">{{ formSetting.auth_error }}</div>
14 </div> 14 </div>
15 </template> 15 </template>
16 16
...@@ -47,7 +47,7 @@ onMounted(() => { ...@@ -47,7 +47,7 @@ onMounted(() => {
47 <style lang="less" scoped> 47 <style lang="less" scoped>
48 .table-box { 48 .table-box {
49 background-color: #ffffff; 49 background-color: #ffffff;
50 - padding-bottom: 1rem; 50 + padding: 1rem;
51 border-radius: 5px; 51 border-radius: 5px;
52 .text-box { 52 .text-box {
53 display: flex; 53 display: flex;
......