@timus-networks/theme 2.4.82 → 2.4.85
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/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 -1
- package/dist/runtime/public/scss/theme.css +1 -3
- package/dist/runtime/public/scss/theme.scss +1 -3
- 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.85";
|
|
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 = {
|
|
@@ -13970,7 +13970,6 @@ h6,
|
|
|
13970
13970
|
line-height: 20px;
|
|
13971
13971
|
padding: 0 12px;
|
|
13972
13972
|
align-items: center;
|
|
13973
|
-
display: flex;
|
|
13974
13973
|
gap: 2px;
|
|
13975
13974
|
white-space: nowrap;
|
|
13976
13975
|
}
|
|
@@ -14121,6 +14120,9 @@ h6,
|
|
|
14121
14120
|
|
|
14122
14121
|
.el-table__header-wrapper, .el-table__body-wrapper, .el-table__footer-wrapper {
|
|
14123
14122
|
width: 100%;
|
|
14123
|
+
position: sticky;
|
|
14124
|
+
z-index: 12;
|
|
14125
|
+
top: -20px;
|
|
14124
14126
|
}
|
|
14125
14127
|
.el-table__header-wrapper tr td.el-table-fixed-column--left, .el-table__header-wrapper tr td.el-table-fixed-column--right,
|
|
14126
14128
|
.el-table__header-wrapper tr th.el-table-fixed-column--left,
|
|
@@ -468,7 +468,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
468
468
|
line-height: 20px;
|
|
469
469
|
padding: 0 12px;
|
|
470
470
|
align-items: center;
|
|
471
|
-
display: flex;
|
|
472
471
|
gap: 2px;
|
|
473
472
|
white-space: nowrap;
|
|
474
473
|
}
|
|
@@ -619,6 +618,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
619
618
|
|
|
620
619
|
.el-table__header-wrapper, .el-table__body-wrapper, .el-table__footer-wrapper {
|
|
621
620
|
width: 100%;
|
|
621
|
+
position: sticky;
|
|
622
|
+
z-index: 12;
|
|
623
|
+
top: -20px;
|
|
622
624
|
}
|
|
623
625
|
.el-table__header-wrapper tr td.el-table-fixed-column--left, .el-table__header-wrapper tr td.el-table-fixed-column--right,
|
|
624
626
|
.el-table__header-wrapper tr th.el-table-fixed-column--left,
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
line-height: 20px;
|
|
219
219
|
padding: 0 12px;
|
|
220
220
|
align-items: center;
|
|
221
|
-
display: flex;
|
|
221
|
+
// display: flex; // bunu eklersem truncate etmiyor
|
|
222
222
|
gap: 2px;
|
|
223
223
|
white-space: nowrap;
|
|
224
224
|
|
|
@@ -388,6 +388,9 @@
|
|
|
388
388
|
|
|
389
389
|
@include e((header-wrapper, body-wrapper, footer-wrapper)) {
|
|
390
390
|
width: 100%;
|
|
391
|
+
position: sticky;
|
|
392
|
+
z-index: 12;
|
|
393
|
+
top: -20px;
|
|
391
394
|
|
|
392
395
|
tr {
|
|
393
396
|
td,
|
|
@@ -1222,12 +1222,10 @@ body {
|
|
|
1222
1222
|
|
|
1223
1223
|
.page-footer {
|
|
1224
1224
|
align-items: center;
|
|
1225
|
-
border-top: 1px solid var(--el-color-neutral-light-3);
|
|
1226
1225
|
display: flex;
|
|
1227
|
-
gap:
|
|
1226
|
+
gap: 28px;
|
|
1228
1227
|
justify-content: center;
|
|
1229
1228
|
margin-top: 24px;
|
|
1230
|
-
padding: 24px 0 8px;
|
|
1231
1229
|
}
|
|
1232
1230
|
.page-footer .el-button {
|
|
1233
1231
|
flex-basis: 100%;
|
|
@@ -31,12 +31,10 @@ body {
|
|
|
31
31
|
|
|
32
32
|
.page-footer {
|
|
33
33
|
align-items: center;
|
|
34
|
-
border-top: 1px solid var(--el-color-neutral-light-3);
|
|
35
34
|
display: flex;
|
|
36
|
-
gap:
|
|
35
|
+
gap: 28px;
|
|
37
36
|
justify-content: center;
|
|
38
37
|
margin-top: 24px;
|
|
39
|
-
padding: 24px 0 8px;
|
|
40
38
|
|
|
41
39
|
.el-button {
|
|
42
40
|
flex-basis: 100%;
|
package/package.json
CHANGED