| | |
| | | <div class="top-right"> |
| | | <sysinfo |
| | | v-if="showSysInfo" |
| | | style="margin-left: 10px;margin-top: -10px;" |
| | | style="margin-top: -10px;" |
| | | :ShowLocalVedio="this.TreeDataPool.treeActiveName !== 'camera'" |
| | | :showRealPoll="this.TreeDataPool.treeActiveName == 'camera'" |
| | | /> |
| | |
| | | import VideoRuleData from "@/Pool/VideoRuleData"; |
| | | import polygonCanvas from "@/components/canvas"; |
| | | import TimeSlider from "./TimeSlider"; |
| | | import Sysinfo from "./SystemInfo" |
| | | //import Sysinfo from "./SystemInfo" |
| | | import Sysinfo from "@/components/subComponents/SystemInfo"; |
| | | import SceneRule from "./SceneRule"; |
| | | import SlideScene from "./scene/SlideScene"; |
| | | |
| | |
| | | <style lang="scss"> |
| | | .s-linkage-rules { |
| | | width: 100%; |
| | | height: 100%; |
| | | //height: 100%; |
| | | padding: 13px 0 20px; |
| | | position: relative; |
| | | .devide{ |
| | | height: 10px; |
| | |
| | | } |
| | | .top-right { |
| | | float: right; |
| | | width: 52%; |
| | | width: 54%; |
| | | height: 144px; |
| | | .card-box{ |
| | | width: 54%!important; |
| | | } |
| | | } |
| | | .task-css { |
| | | text-align: left; |
| | |
| | | } |
| | | } |
| | | .bottom-right { |
| | | padding: 10px 20px; |
| | | padding: 10px 20px 20px; |
| | | box-sizing: border-box; |
| | | .draw-and-time-box { |
| | | height: 430px; |
| | | height: 410px; |
| | | width: 100%; |
| | | .draw-box, |
| | | .time-box { |