Files
zszq-trs/YLErpWeb/wwwroot/Style/Css/AccountOpeningList.css
T
2024-05-09 14:06:26 +08:00

269 lines
4.5 KiB
CSS

#load_listGrid{
width:80px !important;
}
.wentiEdit, .caiwuqueren {
width: 50px !important;
}
.ui-jqgrid {
width: 100% !important;
}
.ui-jqgrid-view {
width: 100% !important;
}
.ui-state-default {
width: 100% !important;
}
.ui-jqgrid-hbox {
width: 100% !important;
padding-right:0px !important
}
.OptName-wrap, .date-wrap {
display: none !important;
}
.ui-jqgrid-htable {
width: 100% !important;
text-align: center !important;
}
.ui-jqgrid .ui-jqgrid-htable {
table-layout: fixed;
}
#listGrid_id {
text-align: center !important;
width: 6.8% !important;
}
#listGrid_EncryptId {
text-align: center !important;
width: 9.5% !important;
}
#listGrid_ProcessStatus {
text-align: center !important;
width: 9.5% !important;
}
#listGrid_ProcessRoleName {
text-align: center !important;
width: 8.5% !important;
}
#listGrid_Name {
text-align: center !important;
width: 6.8% !important;
}
#listGrid_CustomerNatureName {
text-align: center !important;
width: 11.8% !important;
}
#listGrid_Level {
text-align: center !important;
width: 6.6% !important;
}
#listGrid_CustomerManager {
text-align: center !important;
width: 6.3% !important;
}
#listGrid_ContactName {
text-align: center !important;
width: 6% !important;
}
#listGrid_Phone {
text-align: center !important;
width: 6.5% !important;
}
#listGrid_Email {
text-align: center !important;
width: 8.7% !important;
}
#listGrid_SalesDepartment {
text-align: center !important;
width: 5.7% !important;
}
#listGrid_ProperClientClass {
text-align: center !important;
width: 10% !important;
}
#listGrid_Seller {
text-align: center !important;
width: 6.8% !important;
}
#listGrid_ {
text-align: center !important;
width: 6.8% !important;
}
.ui-jqgrid-bdiv {
width: 100% !important;
}
#listGrid {
width: 100% !important;
}
/*
.ProcessStatus {
width: 9.5% !important;
}
.ProcessRoleName {
width: 8.5% !important;
}
.Name {
width: 6.8% !important;
}
.CustomerNatureName {
width: 11.8% !important;
}
.Level {
width: 6.6% !important;
}
.CustomerManager {
width: 6.3% !important;
}
.ContactName {
width: 6% !important;
}
.Phone {
width: 6.5% !important;
}
.Email {
width: 8.7% !important;
}
.SalesDepartment {
width: 5.7% !important;
}
.ProperClientClass {
width: 10% !important;
}
.Seller {
width: 6.8% !important;
}
.actrion {
width: 6.8% !important;
}
*/
#listGrid tr:nth-child(odd) {
background: #f3f3f4;
}
#listGrid tr td {
text-align: center !important;
}
.ui-jqgrid .ui-jqgrid-htable th {
height: 44px !important;
text-align: center !important;
}
.ui-jqgrid tr.jqgrow td {
height: 44px !important;
border-color: #d2d2d2 !important;
border-right-style: dashed !important;
}
.ui-jqgrid .ui-jqgrid-hbox {
padding-right: 0px !important;
}
#listGrid tr td[aria-describedby=listGrid_id] {
width: 6.8% !important;
}
#listGrid tr td[aria-describedby=listGrid_EncryptId] {
width: 9.5% !important;
}
#listGrid tr td[aria-describedby=listGrid_ProcessStatus] {
width: 9.5% !important;
}
#listGrid tr td[aria-describedby=listGrid_ProcessRoleName] {
width: 8.5% !important;
}
#listGrid tr td[aria-describedby=listGrid_Name] {
width: 6.8% !important;
}
#listGrid tr td[aria-describedby=listGrid_CustomerNatureName] {
width: 11.8% !important;
}
#listGrid tr td[aria-describedby=listGrid_Level] {
width: 6.6% !important;
}
#listGrid tr td[aria-describedby=listGrid_CustomerManager] {
width: 6.3% !important;
}
#listGrid tr td[aria-describedby=listGrid_ContactName] {
width: 6% !important;
}
#listGrid tr td[aria-describedby=listGrid_Phone] {
width: 6.5% !important;
}
#listGrid tr td[aria-describedby=listGrid_Email] {
width: 8.7% !important;
}
#listGrid tr td[aria-describedby=listGrid_SalesDepartment] {
width: 5.7% !important;
}
#listGrid tr td[aria-describedby=listGrid_ProperClientClass] {
width: 10% !important;
}
#listGrid tr td[aria-describedby=listGrid_Seller] {
width: 6.8% !important;
}
#listGrid tr td[aria-describedby=listGrid_] {
width: 6.8% !important;
}
.ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-rtl td {
padding:0px !important;
}
.ui-jqgrid .ui-jqgrid-resize-ltr{
margin:0px !important;
}
.ui-jqgrid .ui-jqgrid-htable th{
padding:0px !important;
}
.ui-jqgrid tr.jqgrow td:last-child {
border-right-style: none !important;
}
.ui-jqgrid .ui-jqgrid-labels th {
border-right: 1px dashed #d4d4d4 !important;
}