Skip to content

Commit 2382882

Browse files
committed
style: update style
1 parent bba162c commit 2382882

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

frontend/src/views/dashboard/editor/Toolbar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ const previewInner = () => {
272272
height: 24px;
273273
font-size: 16px;
274274
width: 300px;
275+
font-weight: 500;
275276
overflow: hidden;
276277
cursor: pointer;
277278
color: #1f2329;
@@ -324,6 +325,8 @@ const previewInner = () => {
324325
325326
.back-icon {
326327
margin-top: 8px;
328+
width: 20px;
329+
height: 20px;
327330
}
328331
329332
.toolbar-hover-icon {

frontend/src/views/dashboard/editor/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const baseParams = computed(() => {
105105
border-radius: 12px;
106106
position: relative;
107107
background: #f5f6f7;
108-
box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.1);
108+
box-shadow: 4px 4px 8px 4px rgba(31, 35, 41, 0.2);
109109
overflow: hidden;
110110
width: 100%;
111111
height: 100%;

0 commit comments

Comments
 (0)