中航光电热表web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

106 lines
2.0 KiB

<template>
<router-view />
</template>
<script>
export default {};
</script>
<style>
html,
body,
#app {
width: 100%;
height: 100%;
}
</style>
<style lang="scss">
.el-table .el-table__cell{
height: 36px !important;
padding: 0 !important;
line-height: 36px !important;
}
.el-table th.el-table__cell{
background: #284c89 !important;
color: #fff !important;
}
.el-table .sort-caret.ascending{
border-bottom-color: #fff !important;
}
.el-table .sort-caret.descending {
border-top-color: #fff;
}
.avue-form__group .el-col{
margin-bottom: 14px !important;
}
.el-dialog{
min-height: 180px;
border-radius: 2px;
max-height: calc(100% - 200px);
max-width: calc(100% - 100px);
display: flex;
padding: 0;
flex-direction: column;
border: 1px solid #0c2556 !important;
.el-dialog__header{
padding: 13px 16px !important;
border-bottom: 1px solid #0c2556 !important;
background: #284c89;
.el-dialog__title{
font-size: 16px !important;
font-weight: bold;
font-stretch: normal;
color: #fff !important;
}
}
.el-dialog__body{
.avue-dialog__footer{
border-top: 1px solid #0c2556 !important;
}
}
.el-dialog__body {
color: var(--el-text-color-regular);
font-size: var(--el-dialog-content-font-size);
padding: 20px 20px 60px;
flex: 1;
overflow: scroll;
}
.el-dialog__footer {
box-sizing: border-box;
padding-top: var(--el-dialog-padding-primary);
text-align: right;
z-index: 2;
display: block;
padding: 10px 16px;
box-sizing: border-box;
border-top: 1px solid #0c2556 !important;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background-color: #fff;
text-align: right;
}
.avue-crud__dialog__menu{
i{
color: #fff;
display: none;
}
}
.el-dialog__close{
color: #fff;
font-size: 20px;
&:hover{
color: #fff;
}
}
}
</style>