hookehuyr

fix 未授权页面样式修改

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