@burh/nuxt-core 1.0.288 → 1.0.289
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.
|
@@ -496,6 +496,20 @@ export default {
|
|
|
496
496
|
justify-content: space-around;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
+
/deep/ .el-tabs__item {
|
|
500
|
+
padding: 0 2.5rem !important;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
/deep/ .el-tabs__nav {
|
|
504
|
+
width: 100% !important;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
@media (max-width: 1520px) {
|
|
508
|
+
/deep/ .el-tabs__item {
|
|
509
|
+
padding: 0 1.8rem !important;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
499
513
|
.readmore {
|
|
500
514
|
overflow: hidden;
|
|
501
515
|
text-overflow: ellipsis;
|