feat: Add data mapping options and improve layout in BlockEditor
This commit is contained in:
@@ -318,8 +318,8 @@
|
||||
min-width: 280px;
|
||||
height: fit-content;
|
||||
min-width: 320px;
|
||||
min-height: 70vh;
|
||||
padding: 20px 8px;
|
||||
min-height: 60vh;
|
||||
padding: 12px;
|
||||
// h4 {
|
||||
// color: #4caf50;
|
||||
// }
|
||||
@@ -402,12 +402,23 @@
|
||||
.datas {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 6px 12px;
|
||||
|
||||
.datas__label,
|
||||
.datas__class {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.datas__label {
|
||||
flex: 0.8;
|
||||
}
|
||||
|
||||
.datas__class {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-field {
|
||||
@@ -746,7 +757,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
.data-section-count{
|
||||
.data-section-count {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user