mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: dashboard
This commit is contained in:
24
src/view/dashboard/index.scss
vendored
24
src/view/dashboard/index.scss
vendored
@@ -5,6 +5,30 @@
|
||||
overflow-y: auto;
|
||||
padding: 15px;
|
||||
|
||||
&-no-data {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
font-weight: bold;
|
||||
|
||||
.icon {
|
||||
color: #989898;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.txt {
|
||||
font-size: 12px;
|
||||
|
||||
a {
|
||||
color: #1677ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.dark {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user