fix: create shortcut input (#186)

* fix: create shortcut input

* chore: add yarn build
This commit is contained in:
boojack
2022-08-31 20:21:56 +08:00
committed by GitHub
parent b6acf62aab
commit 8d161b4526
3 changed files with 82 additions and 114 deletions

View File

@ -1,8 +1,10 @@
@import "./mixin.less";
.create-shortcut-dialog {
@apply px-4;
> .dialog-container {
@apply w-128;
@apply w-128 max-w-full;
> .dialog-content-container {
.flex(column, flex-start, flex-start);