Sign in
田强
/
qx-common
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4105d0e63316aba4668220f01d5e251e64375ff4
Authored by
陈洋
2023-10-07 14:06:16 +0800
1 parent
bb802ce0
版本迭代
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
package.json
src/qx-base-condition-item/index.less
package.json
View file @
4105d0e
1
1
{
2
2
"name"
:
"@qx/common"
,
3
-
"version"
:
"3.0.0-alpha.4
3
"
,
3
+
"version"
:
"3.0.0-alpha.4
4
"
,
4
4
"description"
:
"A react library developed with dumi"
,
5
5
"license"
:
"MIT"
,
6
6
"module"
:
"dist/index.js"
,
...
...
src/qx-base-condition-item/index.less
View file @
4105d0e
...
...
@@ -52,6 +52,7 @@
52
52
align-items: center;
53
53
justify-content: center;
54
54
color: @N7;
55
+
border-radius: 0 4px 4px 0;
55
56
}
56
57
57
58
.qx-field-setter {
...
...