style: liencese 二维码 黑色主题 按钮组样式调整
This commit is contained in:
@@ -157,11 +157,11 @@
|
|||||||
.el-pagination{
|
.el-pagination{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
.btn-prev, .btn-next{
|
.btn-prev, .btn-next{
|
||||||
color: #fff;
|
color: $--background-color-empty;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #CBCED1 !important;
|
background-color: $--background-color-base !important;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
@@ -180,4 +180,26 @@
|
|||||||
.el-carousel__indicators.el-carousel__indicators--horizontal{
|
.el-carousel__indicators.el-carousel__indicators--horizontal{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.el-dialog__header {
|
||||||
|
border-bottom: 1px solid $--border-color-light;
|
||||||
|
height: 32px;
|
||||||
|
line-height: 32px;
|
||||||
|
.el-dialog__header-title {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.top-tool-btn{
|
||||||
|
height: 32px;
|
||||||
|
width: 36px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-dialog__headerbtn{
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.el-button{
|
||||||
|
//background-color: $--background-color-1 !important;
|
||||||
|
background: $--background-color-empty;
|
||||||
|
border: 1px solid $--border-color-light;
|
||||||
|
border-color: $--border-color-light;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -268,6 +268,7 @@ export default {
|
|||||||
case 'alertrule' : return 'nz-icon monitorColor nz-icon-Alertrule'
|
case 'alertrule' : return 'nz-icon monitorColor nz-icon-Alertrule'
|
||||||
case 'cabinetTab' : return 'nz-icon monitorColor nz-icon-Cabinet1'
|
case 'cabinetTab' : return 'nz-icon monitorColor nz-icon-Cabinet1'
|
||||||
case 'roles' : return 'nz-icon monitorColor nz-icon-role1'
|
case 'roles' : return 'nz-icon monitorColor nz-icon-role1'
|
||||||
|
case 'role' : return 'nz-icon monitorColor nz-icon-role1'
|
||||||
case 'alertSilence' : return 'nz-icon monitorColor nz-icon-a-Silencealert'
|
case 'alertSilence' : return 'nz-icon monitorColor nz-icon-a-Silencealert'
|
||||||
case 'user' : return 'nz-icon monitorColor nz-icon-user1'
|
case 'user' : return 'nz-icon monitorColor nz-icon-user1'
|
||||||
case 'cabinet' : return 'nz-icon monitorColor nz-icon-Cabinet1'
|
case 'cabinet' : return 'nz-icon monitorColor nz-icon-Cabinet1'
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
<div v-my-loading="item">
|
<div v-my-loading="item">
|
||||||
<vueQr
|
<vueQr
|
||||||
style="width: 500px;height: 500px"
|
style="width: 500px;height: 500px"
|
||||||
:text="qrCodeArr[index]"
|
:text="qrCodeArr[index] || index"
|
||||||
:size="2000"
|
:size="2000"
|
||||||
:margin="50"
|
:margin="50"
|
||||||
/>
|
/>
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
width: qrWidth - 32 + 'px',
|
width: qrWidth - 32 + 'px',
|
||||||
height: qrWidth - 32 + 'px'
|
height: qrWidth - 32 + 'px'
|
||||||
}"
|
}"
|
||||||
:text="qrCodeArr[index]"
|
:text="qrCodeArr[index] || index"
|
||||||
:size="2000"
|
:size="2000"
|
||||||
:margin="10"
|
:margin="10"
|
||||||
/>
|
/>
|
||||||
@@ -431,22 +431,6 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
/deep/ .el-dialog__header {
|
|
||||||
border-bottom: 1px solid #E7EAED;
|
|
||||||
height: 32px;
|
|
||||||
line-height: 32px;
|
|
||||||
.el-dialog__header-title {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.top-tool-btn{
|
|
||||||
height: 32px;
|
|
||||||
width: 36px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.el-dialog__headerbtn{
|
|
||||||
line-height: 32px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/deep/ .el-dialog__body{
|
/deep/ .el-dialog__body{
|
||||||
padding: 20px !important;
|
padding: 20px !important;
|
||||||
height: calc(100% - 40px);
|
height: calc(100% - 40px);
|
||||||
|
|||||||
Reference in New Issue
Block a user