x-star-design 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles/index.css +4 -0
- package/package.json +2 -2
package/dist/styles/index.css
CHANGED
|
@@ -551,10 +551,14 @@
|
|
|
551
551
|
.x-star-design-x-tabs-wrapper > .x-star-design-x-tabs > .x-star-design-tabs-nav > .x-star-design-tabs-nav-wrap > .x-star-design-tabs-nav-list > .x-star-design-tabs-tab > .x-star-design-tabs-tab-btn > .x-star-design-icon-pane > .x-star-design-icon-img {
|
|
552
552
|
font-size: 44px;
|
|
553
553
|
}
|
|
554
|
+
.x-star-design-x-tabs-wrapper > .x-star-design-x-tabs > .x-star-design-tabs-nav > .x-star-design-tabs-nav-wrap > .x-star-design-tabs-nav-list > .x-star-design-tabs-tab > .x-star-design-tabs-tab-btn > .x-star-design-icon-pane > .x-star-design-icon-img > .anticon {
|
|
555
|
+
margin-right: 0;
|
|
556
|
+
}
|
|
554
557
|
.x-star-design-x-tabs-wrapper > .x-star-design-x-tabs > .x-star-design-tabs-nav > .x-star-design-tabs-nav-wrap > .x-star-design-tabs-nav-list > .x-star-design-tabs-tab > .x-star-design-tabs-tab-btn > .x-star-design-icon-pane > .x-star-design-icon-title {
|
|
555
558
|
margin-top: -5px;
|
|
556
559
|
padding-bottom: 10px;
|
|
557
560
|
display: block;
|
|
561
|
+
white-space: normal;
|
|
558
562
|
}
|
|
559
563
|
.x-star-design-x-tabs-wrapper > .x-star-design-x-tabs > .x-star-design-tabs-content-holder {
|
|
560
564
|
flex: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-star-design",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"description": "A react component library developed by turingstar",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@types/react-dom": "^18.0.0",
|
|
84
84
|
"@types/react-window": "^1.8.5",
|
|
85
85
|
"@umijs/lint": "^4.0.0",
|
|
86
|
-
"antd": "^5.17.
|
|
86
|
+
"antd": "^5.17.2",
|
|
87
87
|
"babel-plugin-inline-import-data-uri": "^1.0.1",
|
|
88
88
|
"dayjs": "^1.11.11",
|
|
89
89
|
"dumi": "^2.2.0",
|