@quicktvui/quicktvui3 3.0.6 → 3.0.8
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/index.css +20 -0
- package/dist/index.js +4 -4
- package/dist/src/index.d.ts +2 -2
- package/dist/src/pro/qt-media-series-pro.vue.d.ts +38 -0
- package/dist/src/pro/qt-waterfall-pro.vue.d.ts +41 -0
- package/dist/src/pro/types/ProTypes.d.ts +4 -0
- package/dist/src/pro/types/Series.d.ts +8 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -694,6 +694,16 @@
|
|
|
694
694
|
.justify-center[data-v-7a6d61f4] {
|
|
695
695
|
justify-content: center;
|
|
696
696
|
}
|
|
697
|
+
.detail-series-item-mark[data-v-7a6d61f4] {
|
|
698
|
+
width: 24px;
|
|
699
|
+
height: 24px;
|
|
700
|
+
background-color: transparent;
|
|
701
|
+
}
|
|
702
|
+
.number-item[data-v-7a6d61f4] {
|
|
703
|
+
position: absolute;
|
|
704
|
+
width: 160px;
|
|
705
|
+
height: 80px;
|
|
706
|
+
}
|
|
697
707
|
|
|
698
708
|
|
|
699
709
|
.flex[data-v-730f67ac] {
|
|
@@ -711,6 +721,16 @@
|
|
|
711
721
|
.justify-center[data-v-730f67ac] {
|
|
712
722
|
justify-content: center;
|
|
713
723
|
}
|
|
724
|
+
.detail-series-item-mark[data-v-730f67ac] {
|
|
725
|
+
width: 24px;
|
|
726
|
+
height: 24px;
|
|
727
|
+
background-color: transparent;
|
|
728
|
+
}
|
|
729
|
+
.number-item[data-v-730f67ac] {
|
|
730
|
+
position: absolute;
|
|
731
|
+
width: 490px;
|
|
732
|
+
height: 100px;
|
|
733
|
+
}
|
|
714
734
|
|
|
715
735
|
|
|
716
736
|
.flex[data-v-56994b14] {
|