| | |
| | | <template> |
| | | <div class="databaseMonitoring_box"> |
| | | <div class="table_box"> |
| | | <iframe |
| | | id="iframe" |
| | | :src="sql_Url" |
| | | style="height: 100%" |
| | | width="100%" |
| | | frameborder="0" |
| | | ></iframe> |
| | | </div> |
| | | <iframe |
| | | id="iframe" |
| | | :src="sql_Url" |
| | | style="height: 100%" |
| | | width="100%" |
| | | frameborder="0" |
| | | ></iframe> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .databaseMonitoring_box { |
| | | background: rgb(240, 242, 245); |
| | | border-radius: 10px; |
| | | height: 100%; |
| | | padding: 10px; |
| | | height: 81%; |
| | | width: 97%; |
| | | position: absolute; |
| | | box-sizing: border-box; |
| | | .table_box { |
| | | height: 90%; |
| | | padding: 10px; |
| | | background: #fff; |
| | | border-radius: 5px; |
| | | border: 1px solid rgb(202, 201, 204); |
| | | overflow: hidden; |
| | | } |
| | | } |
| | | </style> |