feat: ui
This commit is contained in:
@@ -408,8 +408,14 @@
|
|||||||
box-shadow: inset 0 1px 1px rgba(20, 30, 36, 0.04);
|
box-shadow: inset 0 1px 1px rgba(20, 30, 36, 0.04);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.native-input {
|
||||||
|
min-height: 46px;
|
||||||
|
padding: 10px 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.native-textarea {
|
.native-textarea {
|
||||||
min-height: 92px;
|
min-height: 92px;
|
||||||
|
padding: 14px;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
|
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
|
||||||
font-size: 0.84rem;
|
font-size: 0.84rem;
|
||||||
@@ -2123,6 +2129,17 @@
|
|||||||
No funding sources are defined for this fixture file.
|
No funding sources are defined for this fixture file.
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-separator></q-separator>
|
||||||
|
|
||||||
|
<q-card-actions align="right" class="q-pa-lg">
|
||||||
|
<q-btn
|
||||||
|
color="primary"
|
||||||
|
unelevated
|
||||||
|
label="Done"
|
||||||
|
v-close-popup
|
||||||
|
></q-btn>
|
||||||
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
||||||
@@ -2387,6 +2404,17 @@
|
|||||||
Select a funding source and function first.
|
Select a funding source and function first.
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-separator></q-separator>
|
||||||
|
|
||||||
|
<q-card-actions align="right" class="q-pa-lg">
|
||||||
|
<q-btn
|
||||||
|
color="primary"
|
||||||
|
unelevated
|
||||||
|
label="Done"
|
||||||
|
v-close-popup
|
||||||
|
></q-btn>
|
||||||
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
||||||
@@ -2490,6 +2518,17 @@
|
|||||||
@input="syncEditorFromRawText(selectedDatasetKey, { silent: true })"
|
@input="syncEditorFromRawText(selectedDatasetKey, { silent: true })"
|
||||||
></textarea>
|
></textarea>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-separator></q-separator>
|
||||||
|
|
||||||
|
<q-card-actions align="right" class="q-pa-lg">
|
||||||
|
<q-btn
|
||||||
|
color="primary"
|
||||||
|
unelevated
|
||||||
|
label="Done"
|
||||||
|
v-close-popup
|
||||||
|
></q-btn>
|
||||||
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user