Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/优化生成工作日历记录功能
This commit is contained in:
@@ -7,52 +7,60 @@ body.o_web_client {
|
||||
}
|
||||
}
|
||||
|
||||
&.list_view_sticky_header{
|
||||
&.list_view_sticky_header {
|
||||
// LIST VIEW STICKY HEADER AND FOOTER
|
||||
.o_list_view{
|
||||
.o_content .o_list_renderer.table-responsive{
|
||||
.o_list_view {
|
||||
.o_content .o_list_renderer.table-responsive {
|
||||
overflow-x: initial;
|
||||
.o_list_table{
|
||||
|
||||
.o_list_table {
|
||||
thead, thead tr:nth-child(1) th {
|
||||
position: sticky !important;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
tfoot, tfoot tr:nth-child(1) td {
|
||||
position: sticky !important;
|
||||
bottom: 8px;
|
||||
z-index: 1;
|
||||
}
|
||||
thead, tfoot{
|
||||
|
||||
thead, tfoot {
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// LIST VIEW STICKY HEADER AND FOOTER END
|
||||
}
|
||||
|
||||
&.list_compact{
|
||||
.o_list_renderer{
|
||||
&.list_compact {
|
||||
.o_list_renderer {
|
||||
--ListRenderer-thead-padding-v: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.o_list_view{
|
||||
.o_content .o_list_renderer.table-responsive{
|
||||
.o_list_table{
|
||||
.o_list_view {
|
||||
.o_content .o_list_renderer.table-responsive {
|
||||
.o_list_table {
|
||||
table-layout: unset !important;
|
||||
|
||||
thead, thead tr:nth-child(1) th, tfoot, tfoot tr:nth-child(1) td {
|
||||
background-color: var(--biz-theme-secondary-color) !important;
|
||||
}
|
||||
thead, tfoot{
|
||||
|
||||
thead, tfoot {
|
||||
border-radius: var(--border-radius-lg) !important;
|
||||
|
||||
th, td{
|
||||
&:first-child{
|
||||
th, td {
|
||||
&:first-child {
|
||||
border-top-left-radius: var(--border-radius-lg) !important;
|
||||
border-bottom-left-radius: var(--border-radius-lg) !important;
|
||||
}
|
||||
&:last-child{
|
||||
|
||||
&:last-child {
|
||||
border-top-right-radius: var(--border-radius-lg) !important;
|
||||
border-bottom-right-radius: var(--border-radius-lg) !important;
|
||||
}
|
||||
@@ -62,41 +70,48 @@ body.o_web_client {
|
||||
}
|
||||
}
|
||||
|
||||
.o_list_renderer{
|
||||
.o_list_table{
|
||||
.o_list_renderer {
|
||||
.o_list_table {
|
||||
background-color: unset !important;
|
||||
|
||||
thead, tfoot {
|
||||
background-color: unset !important;
|
||||
color: var(--biz-theme-body-text-color) !important;
|
||||
}
|
||||
.dropdown-toggle{
|
||||
|
||||
.dropdown-toggle {
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
tbody{
|
||||
> tr > td:not(.o_list_record_selector).o_list_button > button{
|
||||
|
||||
tbody {
|
||||
> tr > td:not(.o_list_record_selector).o_list_button > button {
|
||||
padding: 0 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.o_content {
|
||||
.o_list_renderer {
|
||||
.o_list_table {
|
||||
background-color: unset !important;
|
||||
|
||||
thead{
|
||||
thead {
|
||||
color: var(--biz-theme-body-text-color) !important;
|
||||
}
|
||||
tbody{
|
||||
tr{
|
||||
|
||||
tbody {
|
||||
tr {
|
||||
&.o_group_header {
|
||||
border-radius: var(--border-radius-md);
|
||||
th{
|
||||
|
||||
th {
|
||||
&:first-child {
|
||||
border-top-left-radius: var(--border-radius-md);
|
||||
border-bottom-left-radius: var(--border-radius-md);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-top-right-radius: var(--border-radius-md);
|
||||
border-bottom-right-radius: var(--border-radius-md);
|
||||
@@ -105,7 +120,8 @@ body.o_web_client {
|
||||
}
|
||||
}
|
||||
}
|
||||
tfoot{
|
||||
|
||||
tfoot {
|
||||
background-color: var(--biz-theme-secondary-color) !important;
|
||||
color: var(--biz-theme-secondary-text-color) !important;
|
||||
}
|
||||
@@ -124,8 +140,8 @@ body.o_web_client {
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
|
||||
.o_list_record_remove{
|
||||
button{
|
||||
.o_list_record_remove {
|
||||
button {
|
||||
color: var(--biz-theme-body-text-color) !important;
|
||||
}
|
||||
}
|
||||
@@ -133,10 +149,12 @@ body.o_web_client {
|
||||
thead {
|
||||
background-color: transparent !important;
|
||||
border: unset;
|
||||
|
||||
tr {
|
||||
&:focus-within {
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
||||
th {
|
||||
border-top: 0 !important;
|
||||
vertical-align: middle;
|
||||
@@ -147,11 +165,13 @@ body.o_web_client {
|
||||
font-size: var(--spiffy-font-size-md);
|
||||
background-color: unset !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
&:focus-within {
|
||||
background-color: unset !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.o_list_controller {
|
||||
.dropdown-toggle {
|
||||
border: 0;
|
||||
@@ -191,18 +211,20 @@ body.o_web_client {
|
||||
border-top-right-radius: var(--border-radius-lg) !important;
|
||||
border-bottom-right-radius: var(--border-radius-lg) !important;
|
||||
}
|
||||
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
&.o_selected_row{
|
||||
td{
|
||||
&.o_selected_row {
|
||||
td {
|
||||
&.o_data_cell {
|
||||
&.o_image_cell{
|
||||
&.o_image_cell {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
td, th {
|
||||
box-shadow: none !important;
|
||||
@@ -221,10 +243,11 @@ body.o_web_client {
|
||||
}
|
||||
|
||||
td {
|
||||
&.o_list_record_selector, &.o_data_cell{
|
||||
&.o_list_record_selector, &.o_data_cell {
|
||||
height: var(--list-table-height);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
vertical-align: middle;
|
||||
font-weight: 500 !important;
|
||||
border-top: 0 !important;
|
||||
@@ -240,7 +263,7 @@ body.o_web_client {
|
||||
height: 35px
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg){
|
||||
@include media-breakpoint-down(lg) {
|
||||
.biz_attachment_section {
|
||||
flex-wrap: unset !important;
|
||||
overflow-x: auto;
|
||||
@@ -255,22 +278,26 @@ body.o_web_client {
|
||||
|
||||
.biz_attachment_section {
|
||||
padding-top: 0 !important;
|
||||
.attachment_box:not(.attachment_box_counter){
|
||||
|
||||
.attachment_box:not(.attachment_box_counter) {
|
||||
.attachment-name {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
.attachment-name {
|
||||
white-space: nowrap !important;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.attachment_box {
|
||||
padding: 0.2rem;
|
||||
min-height: 36px;
|
||||
border-radius: var(--border-radius-lg) !important;
|
||||
}
|
||||
|
||||
.o_image {
|
||||
width: 30px !important;
|
||||
height: 30px !important;
|
||||
@@ -282,13 +309,16 @@ body.o_web_client {
|
||||
tfoot {
|
||||
background-color: unset !important;
|
||||
border: 0 !important;
|
||||
|
||||
tr td {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.o_list_number {
|
||||
color: var(--biz-theme-primary-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.o_optional_columns_dropdown_toggle {
|
||||
top: 10px !important;
|
||||
}
|
||||
@@ -304,11 +334,13 @@ body.o_web_client {
|
||||
.attachment_div {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.biz_attachment_section {
|
||||
.attachment_box {
|
||||
padding-left: 0.5rem !important;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.o_image {
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
@@ -354,15 +386,18 @@ body.o_web_client.dark_mode {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: transparent !important;
|
||||
border: unset;
|
||||
}
|
||||
|
||||
tbody {
|
||||
> tr.o_group_header{
|
||||
> tr.o_group_header {
|
||||
background-image: linear-gradient(to bottom, #242424, #343434) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.table-responsive {
|
||||
.o_list_table {
|
||||
background-color: transparent !important;
|
||||
@@ -382,6 +417,7 @@ body.o_web_client.dark_mode {
|
||||
&.o_is_line_section {
|
||||
background-color: #161616 !important;
|
||||
}
|
||||
|
||||
td {
|
||||
&:first-child {
|
||||
border-top-left-radius: var(--border-radius-lg) !important;
|
||||
@@ -498,6 +534,7 @@ body.o_web_client {
|
||||
border: 1px solid #F4A460 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.o_badge_cell {
|
||||
// .o_field_badge {
|
||||
// background-color: transparent !important;
|
||||
@@ -509,6 +546,7 @@ body.o_web_client {
|
||||
color: rgba(40, 167, 69, 0.9) !important;
|
||||
border: 1px solid #28a745b0 !important;
|
||||
}
|
||||
|
||||
.bg-info-light {
|
||||
background-color: transparent !important;
|
||||
color: rgba(23, 162, 184, 0.9) !important;
|
||||
|
||||
Reference in New Issue
Block a user