space settings and message

This commit is contained in:
vabene1111
2024-09-21 13:36:36 +02:00
parent 55bd417105
commit ce869950c3
36 changed files with 313 additions and 16 deletions

View File

@@ -131,7 +131,7 @@ async function createObject(object: any, select$: Multiselect) {
</script>
<style src="@vueform/multiselect/themes/default.css"></style>
<style scoped>
<style>
.material-multiselect {
--ms-line-height: 2.5;
--ms-bg: rgba(235, 235, 235, 0.75);
@@ -141,4 +141,8 @@ async function createObject(object: any, select$: Multiselect) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.multiselect-tag {
background-color: #b98766 !important;
}
</style>