ci-plus 1.8.3 → 1.8.4

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/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  ## 历史更新
2
2
 
3
3
  ```js
4
+ 1.8.4
5
+ 1、优化弹窗组件,使其样式不污染全局
4
6
  1.8.3
5
7
  1、优化ci-select组件中使用名组件称问题
6
8
  1.8.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ci-plus",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "ci组件库",
5
5
  "main": "./index.ts",
6
6
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  // 内容区域
43
43
  .el-dialog__body {
44
44
  height: calc(100% - 45px);
45
- padding-bottom: 0px !important;
45
+ padding-bottom: 10px !important;
46
46
  overflow: auto;
47
47
  .my-body {
48
48
  text-align: left;
@@ -71,56 +71,56 @@
71
71
  }
72
72
 
73
73
  // 此处样式会全局生效
74
- .el-dialog {
75
- padding: 0 !important;
76
- // height: 100% !important;
77
- // max-height: calc(100% - 10vh);
78
- .el-dialog__header {
79
- height: 35px !important;
80
- line-height: 35px !important;
81
- margin: 0 !important;
82
- padding: 0px !important;
83
- background-color: rgba(0, 0, 0, 0.1) !important;
74
+ // .el-dialog {
75
+ // padding: 0 !important;
76
+ // // height: 100% !important;
77
+ // // max-height: calc(100% - 10vh);
78
+ // .el-dialog__header {
79
+ // height: 35px !important;
80
+ // line-height: 35px !important;
81
+ // margin: 0 !important;
82
+ // padding: 0px !important;
83
+ // background-color: rgba(0, 0, 0, 0.1) !important;
84
84
 
85
- .my-header {
86
- display: flex;
87
- height: 35px;
88
- line-height: 35px;
89
- margin: 0 10px;
90
- .title {
91
- flex: 1;
92
- .el-dialog__title {
93
- margin: 0px !important;
94
- padding: 0px !important;
95
- height: 35px !important;
96
- line-height: 35px;
97
- margin: 0 !important;
98
- padding: 0 !important;
99
- text-align: left !important;
100
- font-weight: 700;
101
- }
102
- }
103
- .btn {
104
- max-width: 100px;
105
- display: flex;
106
- justify-content: flex-end;
107
- height: 35px;
108
- line-height: 35px;
109
- align-items: center;
110
- }
111
- }
112
- }
85
+ // .my-header {
86
+ // display: flex;
87
+ // height: 35px;
88
+ // line-height: 35px;
89
+ // margin: 0 10px;
90
+ // .title {
91
+ // flex: 1;
92
+ // .el-dialog__title {
93
+ // margin: 0px !important;
94
+ // padding: 0px !important;
95
+ // height: 35px !important;
96
+ // line-height: 35px;
97
+ // margin: 0 !important;
98
+ // padding: 0 !important;
99
+ // text-align: left !important;
100
+ // font-weight: 700;
101
+ // }
102
+ // }
103
+ // .btn {
104
+ // max-width: 100px;
105
+ // display: flex;
106
+ // justify-content: flex-end;
107
+ // height: 35px;
108
+ // line-height: 35px;
109
+ // align-items: center;
110
+ // }
111
+ // }
112
+ // }
113
113
 
114
- // 内容区域
115
- .el-dialog__body {
116
- height: calc(100% - 45px);
117
- padding-bottom: 0px !important;
118
- overflow: auto;
119
- .my-body {
120
- text-align: left;
121
- }
122
- }
123
- }
114
+ // // 内容区域
115
+ // .el-dialog__body {
116
+ // height: calc(100% - 45px);
117
+ // padding-bottom: 10px !important;
118
+ // overflow: auto;
119
+ // .my-body {
120
+ // text-align: left;
121
+ // }
122
+ // }
123
+ // }
124
124
  .drag {
125
125
  position: absolute;
126
126
  width: 16px;