chore: watch api

This commit is contained in:
jialin
2024-06-28 17:14:34 +08:00
parent 871bca1916
commit cf0113e8d8
35 changed files with 1171 additions and 627 deletions
@@ -2,6 +2,7 @@
@wrapheight: 54px;
@inputheight: 32px;
@borderRadius: 8px;
@input-inner-padding: 12px;
position: relative;
display: flex;
@@ -115,7 +116,7 @@
:global(.ant-select-selector) {
border: none !important;
padding-block: 5px;
padding-inline: 12px;
padding-inline: @input-inner-padding !important;
box-shadow: none !important;
}
@@ -167,7 +168,7 @@
border: none;
box-shadow: none;
padding-block: 5px;
padding-inline: 12px;
padding-inline: @input-inner-padding;
height: @inputheight !important;
&.seal-textarea {
@@ -182,7 +183,7 @@
:global(input.ant-input-number-input) {
height: @inputheight !important;
padding-block: 5px;
padding-inline: 12px;
padding-inline: @input-inner-padding;
}
:global(.ant-input-group) {