fix:返回按钮样式

This commit is contained in:
zhaohy
2024-08-30 11:58:16 +08:00
parent 1102e8ac3a
commit f8eda43169

View File

@@ -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
> >