Skip to content

Commit ae9b85f

Browse files
authored
fix: preview css (#2664)
* fix: when error copyHtml * fix: add preview css
1 parent 9c25d9b commit ae9b85f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/css/custom.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,25 @@ textarea {
372372
display: flex;
373373
width: 100%;
374374
}
375+
.ant-btn {
376+
font-size: 14px;
377+
height: 32px;
378+
padding: 0px 15px;
379+
border-radius: 6px;
380+
outline: none;
381+
position: relative;
382+
display: inline-flex;
383+
gap: 8px;
384+
align-items: center;
385+
justify-content: center;
386+
white-space: nowrap;
387+
text-align: center;
388+
background-image: none;
389+
cursor: pointer;
390+
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
391+
user-select: none;
392+
touch-action: manipulation;
393+
}
375394

376395
.ant-dropdown .ant-dropdown-menu {
377396
background-color: var(--color-bg-1);

0 commit comments

Comments
 (0)