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-06-28 14:29:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4244476eba94948d57de539b0f451f44226b965c
4244476e
1 parent
d5abb2b9
fix 未授权页面样式修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/no_auth.vue
src/views/no_auth.vue
View file @
4244476
<!--
* @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" /> 您暂无权限访问该页面
</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;
...
...
Please
register
or
login
to post a comment