You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
1.2 KiB
Plaintext
95 lines
1.2 KiB
Plaintext
.layout {
|
|
display: flex;
|
|
|
|
&-left-side {
|
|
flex-basis: 300px;
|
|
}
|
|
|
|
&-content {
|
|
flex: 1;
|
|
padding: 0 16px;
|
|
}
|
|
|
|
&-right-side {
|
|
flex-basis: 280px;
|
|
}
|
|
}
|
|
|
|
.chat-panel {
|
|
height: 100%;
|
|
background-color: var(--color-bg-2);
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-radius: 4px;
|
|
|
|
&-content {
|
|
flex: 1;
|
|
margin: 20px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
.data-statistic {
|
|
&-content {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
&-list {
|
|
&-header {
|
|
margin-top: 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
&-content {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
&-cover {
|
|
&-wrapper {
|
|
height: 68px;
|
|
position: relative;
|
|
|
|
img {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
&-tag {
|
|
position: absolute;
|
|
top: 6px;
|
|
left: 6px;
|
|
}
|
|
}
|
|
|
|
&-tip {
|
|
display: block;
|
|
margin-top: 16px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.studio {
|
|
&-wrapper {
|
|
:global(.arco-card-body) {
|
|
padding-top: 0 !important;
|
|
}
|
|
}
|
|
|
|
&-preview {
|
|
width: 100%;
|
|
max-width: 600px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
&-bar {
|
|
margin-top: 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
}
|