react_hsbc_teller 1.9.13 → 1.9.15
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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/api/api.js +1 -1
- package/packages/pages/video/video.jsx +312 -1635
- package/packages/pages/video/video.less +4 -1
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
}
|
|
27
27
|
.wrapper {
|
|
28
28
|
overflow: auto;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
29
31
|
height: 100%;
|
|
30
32
|
width: 20%;
|
|
31
33
|
background: #f3f3f3;
|
|
@@ -43,7 +45,7 @@
|
|
|
43
45
|
// border: 1px solid #fff;
|
|
44
46
|
color: #fff;
|
|
45
47
|
font-weight: bold;
|
|
46
|
-
height: 170px;
|
|
48
|
+
min-height: 170px;
|
|
47
49
|
position: relative;
|
|
48
50
|
background: #333;
|
|
49
51
|
margin-bottom: 20px;
|
|
@@ -219,6 +221,7 @@
|
|
|
219
221
|
background: rgba(0, 0, 0, 0.65);
|
|
220
222
|
display: inline-flex;
|
|
221
223
|
position: absolute;
|
|
224
|
+
align-items: center;
|
|
222
225
|
// top: 0;
|
|
223
226
|
left: 10px;
|
|
224
227
|
// width: 80px;
|