@kaiheila/ui-components 0.1.2 → 0.1.3
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/main.css +8 -2
- package/dist/ui-components.js +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -980,7 +980,7 @@ textarea {
|
|
|
980
980
|
z-index: 1000;
|
|
981
981
|
max-height: 240px;
|
|
982
982
|
overflow-y: auto;
|
|
983
|
-
background-color: var(--
|
|
983
|
+
background-color: var(--color-grey-bg);
|
|
984
984
|
box-shadow: var(--box-shadow);
|
|
985
985
|
}
|
|
986
986
|
.selector-option.fixed {
|
|
@@ -1448,6 +1448,9 @@ body .__react_component_tooltip.type-dark.place-right:after {
|
|
|
1448
1448
|
bottom: 0px;
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
|
+
.time-selector {
|
|
1452
|
+
position: relative;
|
|
1453
|
+
}
|
|
1451
1454
|
.time-selector-select {
|
|
1452
1455
|
position: relative;
|
|
1453
1456
|
height: 40px;
|
|
@@ -1478,14 +1481,17 @@ body .__react_component_tooltip.type-dark.place-right:after {
|
|
|
1478
1481
|
transition: transform 200ms linear;
|
|
1479
1482
|
}
|
|
1480
1483
|
.time-selector-option {
|
|
1481
|
-
position:
|
|
1484
|
+
position: absolute;
|
|
1485
|
+
width: 100%;
|
|
1482
1486
|
display: flex;
|
|
1483
1487
|
flex-wrap: wrap;
|
|
1484
1488
|
border-radius: 6px;
|
|
1489
|
+
background-color: var(--color-grey-bg);
|
|
1485
1490
|
box-shadow: var(--box-shadow);
|
|
1486
1491
|
overflow: hidden;
|
|
1487
1492
|
font-size: 14px;
|
|
1488
1493
|
color: var(--text-color);
|
|
1494
|
+
z-index: 1000;
|
|
1489
1495
|
}
|
|
1490
1496
|
.time-selector-option .footer {
|
|
1491
1497
|
height: 40px;
|
package/dist/ui-components.js
CHANGED
|
@@ -2803,7 +2803,7 @@ module.exports = require("react-dom");
|
|
|
2803
2803
|
/* 6 */
|
|
2804
2804
|
/***/ (function(module) {
|
|
2805
2805
|
|
|
2806
|
-
module.exports = JSON.parse("{\"name\":\"@kaiheila/ui-components\",\"version\":\"0.1.
|
|
2806
|
+
module.exports = JSON.parse("{\"name\":\"@kaiheila/ui-components\",\"version\":\"0.1.3\",\"description\":\"开黑啦 UI Components\",\"main\":\"dist/ui-components.js\",\"scripts\":{\"build\":\"webpack\",\"demo\":\"webpack-dev-server --config webpack.config.demo.js\"},\"keywords\":[\"UI\",\"Components\"],\"author\":\"yangchuan\",\"license\":\"ISC\",\"files\":[\"dist\"],\"devDependencies\":{\"@babel/core\":\"^7.15.5\",\"@babel/preset-env\":\"^7.15.6\",\"@babel/preset-react\":\"^7.14.5\",\"@webpack-cli/serve\":\"^1.6.0\",\"babel-loader\":\"^8.2.2\",\"classnames\":\"^2.3.1\",\"css-loader\":\"^2.1.1\",\"html-webpack-plugin\":\"^4.5.2\",\"less\":\"^4.1.2\",\"less-loader\":\"^5.0.0\",\"mini-css-extract-plugin\":\"^0.8.0\",\"prop-types\":\"^15.7.2\",\"react\":\"^16.9.0\",\"react-dom\":\"^16.9.0\",\"react-tooltip\":\"^4.2.21\",\"style-loader\":\"^1.0.0\",\"url-loader\":\"^2.1.0\",\"webpack\":\"^4.40.2\",\"webpack-cli\":\"^3.3.1\",\"webpack-dev-server\":\"^3.2.1\"},\"peerDependencies\":{\"react\":\"^16.9.0\",\"react-dom\":\"^16.9.0\"},\"browserslist\":{\"production\":[\">0.2%\",\"not dead\",\"not op_mini all\"],\"development\":[\"last 1 chrome version\",\"last 1 firefox version\",\"last 1 safari version\"]}}");
|
|
2807
2807
|
|
|
2808
2808
|
/***/ }),
|
|
2809
2809
|
/* 7 */
|