Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/antd/lib/auto-complete/style/css.js
generated
vendored
Normal file
7
web/node_modules/antd/lib/auto-complete/style/css.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
require("../../style/index.css");
|
||||
|
||||
require("./index.css");
|
||||
|
||||
require("../../select/style/css");
|
||||
20
web/node_modules/antd/lib/auto-complete/style/index.css
generated
vendored
Normal file
20
web/node_modules/antd/lib/auto-complete/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-select-auto-complete {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 14px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.5715;
|
||||
list-style: none;
|
||||
-webkit-font-feature-settings: 'tnum';
|
||||
font-feature-settings: 'tnum';
|
||||
}
|
||||
.ant-select-auto-complete .ant-select-clear {
|
||||
right: 13px;
|
||||
}
|
||||
3
web/node_modules/antd/lib/auto-complete/style/index.d.ts
generated
vendored
Normal file
3
web/node_modules/antd/lib/auto-complete/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
import '../../select/style';
|
||||
7
web/node_modules/antd/lib/auto-complete/style/index.js
generated
vendored
Normal file
7
web/node_modules/antd/lib/auto-complete/style/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
require("../../style/index.less");
|
||||
|
||||
require("./index.less");
|
||||
|
||||
require("../../select/style");
|
||||
16
web/node_modules/antd/lib/auto-complete/style/index.less
generated
vendored
Normal file
16
web/node_modules/antd/lib/auto-complete/style/index.less
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
@import '../../input/style/mixin';
|
||||
|
||||
@input-prefix-cls: ~'@{ant-prefix}-input';
|
||||
@select-prefix-cls: ~'@{ant-prefix}-select';
|
||||
@autocomplete-prefix-cls: ~'@{select-prefix-cls}-auto-complete';
|
||||
|
||||
.@{autocomplete-prefix-cls} {
|
||||
.reset-component;
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/22302
|
||||
.@{select-prefix-cls}-clear {
|
||||
right: 13px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user