@timus-networks/theme 2.4.174 → 2.4.177
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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +3 -1
- package/dist/runtime/public/scss/element-plus/index.css +3 -1
- package/dist/runtime/public/scss/element-plus/table.css +3 -1
- package/dist/runtime/public/scss/element-plus/table.scss +4 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.176";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -15039,6 +15039,7 @@ heights > $common-component-size
|
|
|
15039
15039
|
}
|
|
15040
15040
|
.el-table .el-table__cell:last-of-type .cell {
|
|
15041
15041
|
padding-right: 0;
|
|
15042
|
+
padding-left: 0;
|
|
15042
15043
|
}
|
|
15043
15044
|
.el-table .cell {
|
|
15044
15045
|
box-sizing: border-box;
|
|
@@ -15109,7 +15110,6 @@ heights > $common-component-size
|
|
|
15109
15110
|
}
|
|
15110
15111
|
.el-table tr .el-checkbox {
|
|
15111
15112
|
max-height: 20px;
|
|
15112
|
-
margin-top: -1px;
|
|
15113
15113
|
}
|
|
15114
15114
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
15115
15115
|
margin: 0;
|
|
@@ -15302,6 +15302,7 @@ heights > $common-component-size
|
|
|
15302
15302
|
align-items: center;
|
|
15303
15303
|
padding: 0;
|
|
15304
15304
|
overflow: visible;
|
|
15305
|
+
margin-left: 0;
|
|
15305
15306
|
}
|
|
15306
15307
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
15307
15308
|
height: unset;
|
|
@@ -15321,6 +15322,7 @@ heights > $common-component-size
|
|
|
15321
15322
|
}
|
|
15322
15323
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
15323
15324
|
margin-left: 0;
|
|
15325
|
+
padding-left: 0;
|
|
15324
15326
|
}
|
|
15325
15327
|
|
|
15326
15328
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -14152,6 +14152,7 @@ h6,
|
|
|
14152
14152
|
}
|
|
14153
14153
|
.el-table .el-table__cell:last-of-type .cell {
|
|
14154
14154
|
padding-right: 0;
|
|
14155
|
+
padding-left: 0;
|
|
14155
14156
|
}
|
|
14156
14157
|
.el-table .cell {
|
|
14157
14158
|
box-sizing: border-box;
|
|
@@ -14222,7 +14223,6 @@ h6,
|
|
|
14222
14223
|
}
|
|
14223
14224
|
.el-table tr .el-checkbox {
|
|
14224
14225
|
max-height: 20px;
|
|
14225
|
-
margin-top: -1px;
|
|
14226
14226
|
}
|
|
14227
14227
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
14228
14228
|
margin: 0;
|
|
@@ -14415,6 +14415,7 @@ h6,
|
|
|
14415
14415
|
align-items: center;
|
|
14416
14416
|
padding: 0;
|
|
14417
14417
|
overflow: visible;
|
|
14418
|
+
margin-left: 0;
|
|
14418
14419
|
}
|
|
14419
14420
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
14420
14421
|
height: unset;
|
|
@@ -14434,6 +14435,7 @@ h6,
|
|
|
14434
14435
|
}
|
|
14435
14436
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
14436
14437
|
margin-left: 0;
|
|
14438
|
+
padding-left: 0;
|
|
14437
14439
|
}
|
|
14438
14440
|
|
|
14439
14441
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -465,6 +465,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
465
465
|
}
|
|
466
466
|
.el-table .el-table__cell:last-of-type .cell {
|
|
467
467
|
padding-right: 0;
|
|
468
|
+
padding-left: 0;
|
|
468
469
|
}
|
|
469
470
|
.el-table .cell {
|
|
470
471
|
box-sizing: border-box;
|
|
@@ -535,7 +536,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
535
536
|
}
|
|
536
537
|
.el-table tr .el-checkbox {
|
|
537
538
|
max-height: 20px;
|
|
538
|
-
margin-top: -1px;
|
|
539
539
|
}
|
|
540
540
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
541
541
|
margin: 0;
|
|
@@ -728,6 +728,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
728
728
|
align-items: center;
|
|
729
729
|
padding: 0;
|
|
730
730
|
overflow: visible;
|
|
731
|
+
margin-left: 0;
|
|
731
732
|
}
|
|
732
733
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
733
734
|
height: unset;
|
|
@@ -747,6 +748,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
747
748
|
}
|
|
748
749
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
749
750
|
margin-left: 0;
|
|
751
|
+
padding-left: 0;
|
|
750
752
|
}
|
|
751
753
|
|
|
752
754
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
&:last-of-type {
|
|
218
218
|
.cell {
|
|
219
219
|
padding-right: 0;
|
|
220
|
-
|
|
220
|
+
padding-left: 0;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
.#{$namespace}-checkbox {
|
|
283
283
|
max-height: 20px;
|
|
284
|
-
margin-top: -1px;
|
|
284
|
+
// margin-top: -1px;
|
|
285
285
|
|
|
286
286
|
input[type='checkbox'] {
|
|
287
287
|
margin: 0;
|
|
@@ -501,6 +501,7 @@
|
|
|
501
501
|
align-items: center;
|
|
502
502
|
padding: 0;
|
|
503
503
|
overflow: visible;
|
|
504
|
+
margin-left: 0;
|
|
504
505
|
}
|
|
505
506
|
|
|
506
507
|
.#{$namespace}-checkbox {
|
|
@@ -532,6 +533,7 @@
|
|
|
532
533
|
> .cell {
|
|
533
534
|
// padding-left: 4px;
|
|
534
535
|
margin-left: 0;
|
|
536
|
+
padding-left: 0;
|
|
535
537
|
}
|
|
536
538
|
}
|
|
537
539
|
}
|
package/package.json
CHANGED