NEZ-1072 feat: 主题切换

This commit is contained in:
chenjinsong
2021-11-01 17:23:01 +08:00
parent 1e017d3060
commit 914c096463
395 changed files with 23682 additions and 23372 deletions

View File

@@ -780,51 +780,3 @@ export default {
}
}
</script>
<style lang="scss">
@import '@/assets/css/common/rightBoxCommon.scss';
.placeholder-emphasize input::-webkit-input-placeholder {
color: #606266 !important;
}
.el-form__sub-title {
border: 1px solid #E7EAED;
color: #555;
font-size: 14px;
padding: 0 10px;
line-height: 32px;
margin: 0 0 20px;
display: flex;
justify-content: space-between;
.el-switch {
line-height: 32px;
height: 32px;
}
.nz-icon-arrow-down{
display: inline-block;
transition: transform .3s;
color: #BDBDBD;
font-size: 12px;
}
.nz-icon-arrow-down.is-active{
transform: rotate(
-90deg
);
}
}
.need-rotate.nz-icon-arrow-down{
display: inline-block;
transition: transform .3s;
}
.need-rotate.nz-icon-arrow-down.is-active{
transform: rotate(
-180deg
);
}
.nz-btn-size-normal-new.nz-btn-style-light-new {
font-size: 12px;
color: #3C92F1;
i {
font-size: 12px;
}
}
</style>