114 lines
2.7 KiB
CSS
114 lines
2.7 KiB
CSS
.matrix-manage-product .matrix-tool-workspace__content {
|
|
width: min(94vw, 1280px) !important;
|
|
}
|
|
|
|
.matrix-manage-product #formcontainer > form > div > .title {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
}
|
|
|
|
.matrix-manage-product #divportfolio {
|
|
position: static !important;
|
|
width: min(320px, 45vw) !important;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.matrix-manage-product #divportfolio select {
|
|
width: 100% !important;
|
|
min-height: 30px;
|
|
}
|
|
|
|
.matrix-manage-product #formcontainer > form > div > .title .matrix-title-action {
|
|
position: static !important;
|
|
inset: auto !important;
|
|
flex: 0 0 28px;
|
|
width: 28px !important;
|
|
height: 28px !important;
|
|
margin: 0 !important;
|
|
padding: 5px;
|
|
object-fit: contain;
|
|
border: 1px solid #aebdca;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1 {
|
|
display: grid !important;
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
gap: 14px;
|
|
padding: 14px;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1-1,
|
|
.matrix-manage-product #FormPanel1-2,
|
|
.matrix-manage-product #FormPanel1-3 {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
min-height: 360px;
|
|
margin: 0 !important;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
border: 1px solid #cbd6df;
|
|
border-radius: 6px;
|
|
background: #fff;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1-3 {
|
|
min-height: 220px;
|
|
grid-column: 1 / -1;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1-1 > div > .title,
|
|
.matrix-manage-product #FormPanel1-2 > div > .title,
|
|
.matrix-manage-product #FormPanel1-3 > div > .title {
|
|
display: flex;
|
|
min-height: 38px;
|
|
align-items: center;
|
|
gap: 7px;
|
|
padding: 7px 10px;
|
|
border-bottom: 1px solid #c8d3dc;
|
|
background: #eef3f7;
|
|
}
|
|
|
|
.matrix-manage-product #searchbox {
|
|
width: min(240px, 48%) !important;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1-3 .title #btnsave {
|
|
order: 10;
|
|
width: auto !important;
|
|
margin: 0 0 0 auto !important;
|
|
float: none !important;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1-1 .tableContainer,
|
|
.matrix-manage-product #FormPanel1-2 .tableContainer {
|
|
height: 420px !important;
|
|
}
|
|
|
|
.matrix-manage-product #FormPanel1-3 .tableContainer {
|
|
height: 220px !important;
|
|
}
|
|
|
|
.matrix-manage-product .tableContainer tbody td {
|
|
background: #fff;
|
|
}
|
|
|
|
.matrix-manage-product .tableContainer tbody tr:nth-child(even) td {
|
|
background: #f8fafc;
|
|
}
|
|
|
|
.matrix-manage-product .tableContainer img[onclick] {
|
|
width: 17px;
|
|
height: 17px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
@media (max-width: 820px) {
|
|
.matrix-manage-product #FormPanel1 { grid-template-columns: 1fr; }
|
|
.matrix-manage-product #FormPanel1-3 { grid-column: auto; }
|
|
}
|