Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-22 13:37:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
641619cbbbfcb4db8d01b10c98178b3a8af17cb4
641619cb
1 parent
2e7a9aa1
fix 错误提示页显示css调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/no_auth.vue
src/views/no_auth.vue
View file @
641619c
<!--
* @Date: 2022-06-29 18:18:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
6-28 14:10:01
* @LastEditTime: 2024-0
7-22 13:24:19
* @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" /> 您暂无权限访问该页面
</div>
<div style="font-size: 15px; color: #525967;">{{ formSetting.auth_error }}</div>
<div style="font-size: 15px; color: #525967;
text-align: center; margin: 1rem auto;
">{{ formSetting.auth_error }}</div>
</div>
</template>
...
...
@@ -49,12 +49,12 @@ onMounted(() => {
background-color: #ffffff;
padding: 1rem;
border-radius: 5px;
max-width: 800px;
min-width: 20rem;
.text-box {
display: flex;
align-items: center;
justify-content: center;
margin: 1rem auto;
text-align: center;
color: red;
overflow: hidden;
}
}
</style>
...
...
Please
register
or
login
to post a comment