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
a09f4b50a19fdd248e132cf5637ece7574d5b5f8
Authored by
陈洋
2023-09-16 11:08:25 +0800
1 parent
c667f516
版本迭代
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
src/qx-form-select/styles.less
package.json
View file @
a09f4b5
1
1
{
2
2
"name"
:
"@qx/common"
,
3
-
"version"
:
"3.0.0-alpha.2
4
"
,
3
+
"version"
:
"3.0.0-alpha.2
5
"
,
4
4
"description"
:
"A react library developed with dumi"
,
5
5
"license"
:
"MIT"
,
6
6
"module"
:
"dist/index.js"
,
...
...
src/qx-form-select/styles.less
View file @
a09f4b5
...
...
@@ -16,7 +16,7 @@
16
16
}
17
17
18
18
&__input-prefix {
19
-
color: @
N6
;
19
+
color: @
B8
;
20
20
font-size: 16px;
21
21
}
22
22
}
...
...