2023-09-19 18:05:37 +08:00
|
|
|
.notebook{
|
|
|
|
|
.nz-detail-view-left{
|
|
|
|
|
.author-avatar{
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
background: rgba(60,146,241,0.1);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #3C92F1;
|
|
|
|
|
letter-spacing: 0;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
}
|
|
|
|
|
.alert-label-header-circle{
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
background: #ECF5FE !important;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #3C92F1;
|
|
|
|
|
}
|
|
|
|
|
.alert-label-box{
|
|
|
|
|
.alert-label-title{
|
|
|
|
|
min-width: 140px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.notebook-detail{
|
|
|
|
|
.sub-container>.nz-table-list{
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.top-tool-right{
|
|
|
|
|
.nz-btn-size-normal{
|
|
|
|
|
height: 32px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notebook-scrollWrap{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden scroll;
|
|
|
|
|
position: relative;
|
|
|
|
|
.notebook-content{
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1200px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
&>:not(.notebook-list){
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
margin-right: 20px;
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
}
|
|
|
|
|
.notebook-title{
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
font-family: Roboto-Medium;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: $--color-text-primary;
|
|
|
|
|
letter-spacing: 0;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
border-bottom: 1px solid $--border-color-light;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.notebook-title-input{
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
.el-input__inner{
|
|
|
|
|
height: 46px;
|
2023-09-19 18:05:37 +08:00
|
|
|
font-family: Roboto-Medium;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: $--color-text-primary;
|
|
|
|
|
letter-spacing: 0;
|
|
|
|
|
font-weight: 500;
|
2023-09-20 11:00:00 +08:00
|
|
|
line-height: 46px;
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
}
|
|
|
|
|
.notebook-list{
|
|
|
|
|
height: auto;
|
|
|
|
|
.panel-chart.my-loading-parent--relative{
|
|
|
|
|
height: 100% !important;
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
.no-data{
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -54px;
|
|
|
|
|
.no-data-div {
|
|
|
|
|
color: $--color-text-regular;
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
|
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
}
|
|
|
|
|
.notebook-add{
|
|
|
|
|
padding-bottom: 60px;
|
|
|
|
|
.notebook-add-title{
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-family: Roboto-Regular;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: $--color-text-primary;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
.notebook-add-list{
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-gap:10px;
|
|
|
|
|
grid-template-columns:repeat(auto-fill, minmax(172px, 1fr));
|
|
|
|
|
}
|
|
|
|
|
.notebook-add-item{
|
|
|
|
|
min-width: 172px;
|
|
|
|
|
height: 62px;
|
|
|
|
|
border: 1px solid $--border-color-light;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
&:hover{
|
|
|
|
|
background: #FFFBF5;
|
|
|
|
|
border: 1px solid rgba(250,144,28,0.49);
|
|
|
|
|
box-shadow: 0px 1px 4px 0px rgba(250,144,28,0.13);
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
.notebook-chart-icon{
|
|
|
|
|
width: 24px;
|
|
|
|
|
margin-right: 12px;
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
span{
|
2023-09-19 18:05:37 +08:00
|
|
|
font-size: 14px;
|
2023-09-20 11:00:00 +08:00
|
|
|
color: $--color-text-primary;
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
|
|
|
|
}
|
2023-09-20 11:00:00 +08:00
|
|
|
.notebook-add-show{
|
|
|
|
|
font-family: Roboto-Regular;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #FA901C;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2023-09-19 18:05:37 +08:00
|
|
|
}
|
|
|
|
|
}
|