NEZ-3174 feat:notebook 页面开发

This commit is contained in:
zyh
2023-09-26 15:36:34 +08:00
parent 54f85b304b
commit 1161889640
6 changed files with 138 additions and 167 deletions

View File

@@ -88,10 +88,26 @@
}
}
.notebook-list{
padding: 20px;
padding-top: 0;
height: auto;
.panel-chart-wrap{
height: 300px !important;
margin-top: 20px;
background: $--background-color-empty;
.panel-chart{
box-sizing: border-box;
}
}
.panel-chart.my-loading-parent--relative{
height: 100% !important;
}
.text-chart-wrap{
height: auto !important;
.v-md-editor-preview{
padding: 0;
}
}
.no-data{
text-align: center;
position: absolute;
@@ -110,7 +126,8 @@
padding: 10px;
padding-top: 0;
.markdownEditor {
height: 100% !important;
height: auto !important;
min-height: 250px !important;
}
.notebook-editor-btn{
height: 41px;