From 51f8540633fe9eaa9c2c9b5ff439f2bf9bf9094e Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 04 八月 2020 17:31:09 +0800
Subject: [PATCH] iframe ui调整,GB28181 radio操作修复,应用打开方式调整

---
 src/pages/library/index/App.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/pages/library/index/App.vue b/src/pages/library/index/App.vue
index e7f7ab2..5623643 100644
--- a/src/pages/library/index/App.vue
+++ b/src/pages/library/index/App.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="s-base-manage">
-    <div class="flex-box base-overflow" style="margin-top: 10px;height: calc(100% - 20px);">
+    <div class="flex-box base-overflow" >
       <div class="pl20 data-left-box">
         <base-list
           ref="baseSync"
@@ -123,9 +123,7 @@
 </script>
 <style lang="scss" scoped>
 .s-base-manage {
-  width: 100% !important;
   box-sizing: border-box;
-  padding: 5px;
   background-color: #e9ebf2;
 }
 .base-overflow {

--
Gitblit v1.8.0