NEZ-3174 feat:notebook 页面开发
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user