Commit e0683419 authored by JingChao's avatar JingChao

Update Notify.vue

parent 4fcc6147
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
} }
.hls-notify-wrap-plugin { .hls-notify-wrap-plugin {
padding: 0; padding: 0;
height: 43px; height: 44px;
line-height: 0; line-height: 0;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -151,7 +151,7 @@ export default { ...@@ -151,7 +151,7 @@ export default {
// ios平台 // ios平台
.platform-ios .hls-notify .hls-notify-wrap-plugin { .platform-ios .hls-notify .hls-notify-wrap-plugin {
padding-top: 20px; padding-top: 20px;
height: 44px; height: 64px;
} }
// iPhoneX适配 // iPhoneX适配
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment