style: refs #7404 #7404 remove comments
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
22ec143ee0
commit
6e16febe8b
|
@ -84,7 +84,6 @@ const defaultComponents = {
|
|||
disable: !$props.isEditable,
|
||||
style: 'min-width: 125px',
|
||||
class: 'fit',
|
||||
showEvent: false,
|
||||
},
|
||||
forceAttrs: {
|
||||
label: $props.showLabel && $props.column.label,
|
||||
|
|
|
@ -86,7 +86,6 @@ const components = {
|
|||
component: markRaw(VnInputDate),
|
||||
event: updateEvent,
|
||||
attrs: {
|
||||
showEvent: false,
|
||||
...defaultAttrs,
|
||||
style: 'min-width: 150px',
|
||||
},
|
||||
|
|
|
@ -131,31 +131,18 @@ const mixinRules = [
|
|||
padding-inline: 0;
|
||||
}
|
||||
.q-field.q-field--rounded > .q-field__inner > .q-field__control {
|
||||
// background-color: red;
|
||||
align-items: center;
|
||||
height: 30px;
|
||||
}
|
||||
.q-field.q-field--labeled:not(.q-field--outlined) > .q-field__inner > .q-field__control {
|
||||
// background-color: blue;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.q-field__append.q-field__marginal.row.no-wrap.items-center.row {
|
||||
height: 35px;
|
||||
// background-color: green;
|
||||
align-items: flex-end;
|
||||
}
|
||||
// .q-field__control {
|
||||
// &.relative-position.row.no-wrap {
|
||||
// background-color: blue;
|
||||
// }
|
||||
// height: unset;
|
||||
// }
|
||||
// .q-field.q-field--standard.q-input >.q-field{
|
||||
// background-color: rosybrown;
|
||||
// padding: unset;
|
||||
// }
|
||||
.q-field--labeled {
|
||||
.q-field__native,
|
||||
.q-field__prefix,
|
||||
|
@ -166,15 +153,4 @@ const mixinRules = [
|
|||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
// .q-field__inner {
|
||||
// .q-field__control {
|
||||
// min-height: auto !important;
|
||||
// display: flex;
|
||||
// align-items: flex-end;
|
||||
// padding-bottom: 2px;
|
||||
// .q-field__native.row {
|
||||
// min-height: auto !important;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
</style>
|
||||
|
|
|
@ -300,11 +300,3 @@ input::-webkit-inner-spin-button {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .q-field.q-field--standard.q-input
|
||||
// .q-field__inner
|
||||
// .q-field__control
|
||||
// .q-field__control-container {
|
||||
// // height: 15px;
|
||||
// background-color: rosybrown;
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue