@@ -17,7 +17,13 @@
justify-content: space-between;
width: 100%;
flex-shrink: 0;
+ .hc-tag-box {
+ position: relative;
+ width: calc(100% - 40px);
+ overflow: hidden;
+ }
.scrollbar-content {
+ white-space: nowrap;
padding: 0;
}
@@ -313,6 +319,14 @@
+ .hc-preloaded-video {
+ position: absolute;
+ bottom: 10px;
+ z-index: -222;
+ width: 200px;
+ left: 10px;
+ opacity: 0;
@@ -687,3 +701,13 @@
+
+.col_tree{
+ font-size: 16px;
+}
+.flex_box{
+ display: flex;
+ justify-content: center;
+ align-items: center;
@@ -1549,32 +1549,5 @@ const mediaMicChange = (data) => {
<style lang="scss">
@import '~style/using/query.scss';
-.col_tree{
- font-size: 16px;
-}
-.hc-tag-box {
- position: relative;
- width: calc(100% - 40px);
- overflow: hidden;
-.scrollbar-content {
- white-space: nowrap;
- padding: 10px;
-.flex_box{
- display: flex;
- justify-content: center;
- align-items: center;
-
@import '~src/styles/theme/using/query.scss';
-.hc-preloaded-video {
- position: absolute;
- bottom: 10px;
- z-index: -222;
- width: 200px;
- left: 10px;
- opacity: 0;
</style>