gi-component 0.0.20 → 0.0.21
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
package/package.json
CHANGED
|
@@ -9,21 +9,6 @@ body {
|
|
|
9
9
|
--padding-y-small: 8px;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.el-table__body-wrapper tr td.el-table-fixed-column--left,
|
|
13
|
-
.el-table__body-wrapper tr td.el-table-fixed-column--right,
|
|
14
|
-
.el-table__body-wrapper tr th.el-table-fixed-column--left,
|
|
15
|
-
.el-table__body-wrapper tr th.el-table-fixed-column--right,
|
|
16
|
-
.el-table__footer-wrapper tr td.el-table-fixed-column--left,
|
|
17
|
-
.el-table__footer-wrapper tr td.el-table-fixed-column--right,
|
|
18
|
-
.el-table__footer-wrapper tr th.el-table-fixed-column--left,
|
|
19
|
-
.el-table__footer-wrapper tr th.el-table-fixed-column--right,
|
|
20
|
-
.el-table__header-wrapper tr td.el-table-fixed-column--left,
|
|
21
|
-
.el-table__header-wrapper tr td.el-table-fixed-column--right,
|
|
22
|
-
.el-table__header-wrapper tr th.el-table-fixed-column--left,
|
|
23
|
-
.el-table__header-wrapper tr th.el-table-fixed-column--right {
|
|
24
|
-
background: var(--el-bg-color);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
12
|
.gi-table .el-table {
|
|
28
13
|
--el-table-header-bg-color: var(--el-fill-color-lighter);
|
|
29
14
|
}
|
|
@@ -177,6 +162,12 @@ body {
|
|
|
177
162
|
display: flex;
|
|
178
163
|
align-items: center;
|
|
179
164
|
border-bottom: 1px solid var(--el-border-color);
|
|
165
|
+
|
|
166
|
+
.el-dialog__headerbtn {
|
|
167
|
+
display: flex;
|
|
168
|
+
justify-content: center;
|
|
169
|
+
align-items: center;
|
|
170
|
+
}
|
|
180
171
|
}
|
|
181
172
|
|
|
182
173
|
.el-dialog__body {
|