feat: asset功能、panel样式修复

This commit is contained in:
chenjinsong
2021-04-26 21:42:15 +08:00
parent 79192a889d
commit 2b3047b413
43 changed files with 1091 additions and 827 deletions

View File

@@ -558,7 +558,7 @@ export default {
}
</script>
<style scoped>
<style lang="scss" scoped>
.nz-icon.nz-icon-shanchu1 {
font-size: 14px;
}
@@ -921,7 +921,7 @@ export default {
.add-endpoint{
display: inline-block;
background: #F9F9F9;
border: 1px solid #DEDEDE;
border: 1px solid $--primary-border-color;
border-radius: 2px;
width: 28px;
height: 28px;
@@ -932,7 +932,7 @@ export default {
.top-tool-btn{
height: 32px;
width: 32px;
border: 1px solid #DEDEDE;
border: 1px solid $--primary-border-color;
outline: none;
border-radius: 2px;
background-color: #F9F9F9;