@litianxiang/portal-ui 0.1.0 → 0.1.1

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.
@@ -1031,7 +1031,7 @@
1031
1031
  font-size: var(--el-font-size) !important;
1032
1032
 
1033
1033
  .el-input__wrapper {
1034
- height: 32px;
1034
+ height: var(--el-component-size);
1035
1035
  box-sizing: border-box;
1036
1036
  border-radius: 3px;
1037
1037
  }
@@ -1056,8 +1056,8 @@
1056
1056
  width: 100%;
1057
1057
 
1058
1058
  .el-select__wrapper {
1059
- height: 32px;
1060
- min-height: 32px;
1059
+ height: var(--el-component-size);
1060
+ min-height: var(--el-component-size);
1061
1061
  box-sizing: border-box;
1062
1062
  font-size: var(--el-font-size);
1063
1063
  border-radius: 3px;
@@ -1066,7 +1066,7 @@
1066
1066
 
1067
1067
  // ==================== DatePicker 日期选择器 ====================
1068
1068
  .el-date-editor {
1069
- --el-input-height: 32px;
1069
+ --el-input-height: var(--el-component-size);
1070
1070
 
1071
1071
  .el-input__wrapper {
1072
1072
  border-radius: 3px;
@@ -1075,7 +1075,7 @@
1075
1075
 
1076
1076
  // ==================== TimePicker 时间选择器 ====================
1077
1077
  .el-time-editor {
1078
- --el-input-height: 32px;
1078
+ --el-input-height: var(--el-component-size);
1079
1079
 
1080
1080
  .el-input__wrapper {
1081
1081
  border-radius: 3px;
@@ -1085,7 +1085,7 @@
1085
1085
  // ==================== InputNumber 数字输入框 ====================
1086
1086
  .el-input-number {
1087
1087
  .el-input {
1088
- --el-input-height: 32px;
1088
+ --el-input-height: var(--el-component-size);
1089
1089
  }
1090
1090
  }
1091
1091
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",