-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] Select component to support value extend mode
- Loading branch information
Showing
4 changed files
with
59 additions
and
21 deletions.
There are no files selected for viewing
17 changes: 11 additions & 6 deletions
17
packages/xgen/components/edit/Select/components/Extend/index.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
._local { | ||
padding: 6px; | ||
border-top: 1px solid var(--color_border_soft); | ||
border-top: 1px solid var(--color_border_soft); | ||
|
||
:global { | ||
.input_extend { | ||
width: calc((100% - 36px) / 2 - 6px); | ||
box-shadow: none; | ||
box-shadow: none; | ||
} | ||
|
||
.btn_extend{ | ||
width: 36px; | ||
height: 36px; | ||
} | ||
.value_extend { | ||
width: calc(100% - 36px - 6px); | ||
box-shadow: none; | ||
} | ||
|
||
.btn_extend { | ||
width: 36px; | ||
height: 36px; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters