feat: enhance schema type handling with new formats and UI components
This commit is contained in:
@@ -959,6 +959,34 @@ a.job-bar:hover { filter: brightness(1.1); box-shadow: 0 0 0 1px rgba(255,255,25
|
||||
padding: 5px 8px;
|
||||
width: 100%;
|
||||
}
|
||||
.schema-type-cell {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
.schema-type-cell .schema-type-select {
|
||||
width: auto;
|
||||
min-width: 80px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.schema-fmt-wrapper {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
}
|
||||
.schema-fmt-input {
|
||||
width: 100%;
|
||||
min-width: 80px;
|
||||
}
|
||||
.schema-dec-wrapper {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
.schema-dec-prec,
|
||||
.schema-dec-scale {
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
/* Field mapping */
|
||||
.mapping-header {
|
||||
|
||||
Reference in New Issue
Block a user