Skip to content

Commit

Permalink
perf: 修改 icon 颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Dec 14, 2023
1 parent 3b9f0b5 commit 2ac9183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified src/assets/img/chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Apps/DrawerPanel/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export default {
min-width: 260px;
height: 100vh;
user-select: none;
border-radius: 20px 0 0 20px;
transition: transform .25s cubic-bezier(.7, .3, .1, 1);
box-shadow: 0 0 8px 4px #00000014;
transform: translate(100%);
Expand Down Expand Up @@ -190,6 +189,7 @@ export default {
background-color: #FFFFFF;
box-shadow: 0 0 8px 4px #00000014;
cursor: pointer;
&:hover {
left: -52px !important;
width: 52px !important;
Expand Down
4 changes: 4 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,7 @@ input[type=file] {
font-size: 13px;
font-weight: 400;
}

.el-drawer__container.el-drawer__open, .drawer-panel {
border-radius: 10px 0 0 10px;
}

0 comments on commit 2ac9183

Please sign in to comment.