forked from dyf/dyf-vue-ui
Compare commits
2 Commits
f811445451
...
cf05f857bd
| Author | SHA1 | Date | |
|---|---|---|---|
| cf05f857bd | |||
| dda3b11326 |
@ -335,7 +335,7 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-alarm-card {
|
.custom-alarm-card {
|
||||||
height: 270px;
|
min-height: 270px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-shadow: 0px 0px 6px 0px rgba(0, 27, 74, 0.1);
|
box-shadow: 0px 0px 6px 0px rgba(0, 27, 74, 0.1);
|
||||||
@ -379,7 +379,7 @@ onUnmounted(() => {
|
|||||||
.deviceName {
|
.deviceName {
|
||||||
color: rgba(56, 64, 79, 1);
|
color: rgba(56, 64, 79, 1);
|
||||||
font-family: Microsoft YaHei;
|
font-family: Microsoft YaHei;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<div class="button-row">
|
<div class="button-row">
|
||||||
<!-- <el-button type="primary" @click.stop="ShowEdit(null)"
|
<!-- <el-button type="primary" @click.stop="ShowEdit(null)"
|
||||||
><el-icon><Plus /></el-icon>新增</el-button -->
|
><el-icon><Plus /></el-icon>新增</el-button -->
|
||||||
>
|
|
||||||
<el-button type="primary" @click.stop="Export()" plain
|
<el-button type="primary" @click.stop="Export()" plain
|
||||||
><el-icon><Download /></el-icon>导出</el-button
|
><el-icon><Download /></el-icon>导出</el-button
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user