fix:返回按钮样式
This commit is contained in:
@@ -74,8 +74,16 @@
|
||||
</ns-view-list-table>
|
||||
<a-button
|
||||
v-if="!equipmentAlarm"
|
||||
type="primary"
|
||||
style="position: absolute; right: 130px; z-index: 3; top: 80px; height: 30px"
|
||||
style="
|
||||
position: absolute;
|
||||
right: 130px;
|
||||
z-index: 3;
|
||||
top: 80px;
|
||||
height: 30px;
|
||||
background: rgba(255, 255, 255, 1);
|
||||
color: rgba(39, 120, 255, 1);
|
||||
border: 1px solid rgba(39, 120, 255, 1);
|
||||
"
|
||||
@click="backequipmentAlarm"
|
||||
>返回</a-button
|
||||
>
|
||||
@@ -127,8 +135,16 @@
|
||||
</ns-view-list-table>
|
||||
<a-button
|
||||
v-if="!energyAlarm"
|
||||
type="primary"
|
||||
style="position: absolute; right: 130px; z-index: 3; top: 80px; height: 30px"
|
||||
style="
|
||||
position: absolute;
|
||||
right: 130px;
|
||||
z-index: 3;
|
||||
top: 80px;
|
||||
height: 30px;
|
||||
background: rgba(255, 255, 255, 1);
|
||||
color: rgba(39, 120, 255, 1);
|
||||
border: 1px solid rgba(39, 120, 255, 1);
|
||||
"
|
||||
@click="backenergyAlarm"
|
||||
>返回</a-button
|
||||
>
|
||||
|
Reference in New Issue
Block a user