|
@@ -1,14 +1,15 @@
|
|
|
<template>
|
|
|
<el-dialog
|
|
|
- title="风机详情"
|
|
|
- width="70%"
|
|
|
+ width="65%"
|
|
|
top="11vh"
|
|
|
@opened="opened()"
|
|
|
@closed="closed()"
|
|
|
:show-close="false"
|
|
|
-
|
|
|
>
|
|
|
- <div style="background-color: black">
|
|
|
+ <template #title>
|
|
|
+ <div style="margin-top:-10px;">风机详情</div>
|
|
|
+ </template>
|
|
|
+ <div style="background-color: black;margin-top:-30px;margin-left:-10px;margin-right:-10px;margin-bottom:-20px;">
|
|
|
<!-- <div class="titeldiv">
|
|
|
<div class="chunkdiv" width="15%">
|
|
|
<img src="../../../assets/img/WindturbineDetailPages/pic_01.png"/>
|
|
@@ -175,6 +176,8 @@ export default {
|
|
|
margin: 1px;
|
|
|
padding: 2px;
|
|
|
color: rgb(220, 220, 220);
|
|
|
+ overflow:hidden;
|
|
|
+ white-space:nowrap;
|
|
|
}
|
|
|
table {
|
|
|
margin-left: 2px;
|