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