- added render for last row with autosum;
This commit is contained in:
@@ -257,4 +257,43 @@
|
||||
&:not([data-active="false"]) {
|
||||
color: var(--menuitem-active-background);
|
||||
}
|
||||
}
|
||||
|
||||
.formElementSettings__lastRowHeader {
|
||||
display: grid;
|
||||
grid-template-columns: 8.3fr 1.7fr;
|
||||
gap: 7px;
|
||||
}
|
||||
|
||||
.formElementSettings__lastRowHeaderTitle {
|
||||
display: flex;
|
||||
height: 40px;
|
||||
padding: 10.5px 17.5px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.formElementSettings__lastRowItem {
|
||||
display: grid;
|
||||
grid-template-columns: 1.7fr 8.3fr;
|
||||
gap: 7px;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
input, select, .p-dropdown {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user