update product

This commit is contained in:
2024-03-04 13:26:05 +07:00
parent 78d3c1e64f
commit 21d3b53747
21 changed files with 844 additions and 1 deletions

View File

@@ -1139,3 +1139,40 @@ input[type="radio"] {
color: #0041e8;
}
}
.table-config-pro {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.name {
color: #0041e8;
}
}
.table-addon,
.table-spec,
.spec-info,
.table-list-competitor {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.name {
color: #0041e8;
}
}