@import 'c/lexCssUtility';
|
:host {
|
--slds-c-textarea-sizing-min-height: 200px;
|
}
|
.quobutton{
|
font-size: 18px;
|
font-family: 'sans-serif';
|
font-weight:500;
|
width: 160px;
|
height: 36px;
|
border-radius: 4px;
|
opacity: 1;
|
background:#0A81DF;
|
color:#FFFFFF;
|
}
|
.my-icon {
|
--slds-c-icon-color-foreground-default: white;
|
}
|
td {
|
border-collapse: collapse;
|
border-right: 1px solid #c9cac9;
|
z-index:1;
|
}
|
th {
|
border-collapse: collapse;
|
border-right: 1px solid #c9cac9;
|
border-top: 1px solid #c9cac9;
|
}
|
.slds-line-height {
|
|
position:sticky;
|
top:0px;
|
z-index:4;
|
|
}
|
.slds-line-height2{
|
|
position:sticky;
|
top:29px;
|
z-index:3;
|
}
|
.ceshi{
|
font-size:10px;
|
white-space: nowrap;
|
cursor: pointer;
|
display: inline-block;
|
}
|
.custom-button {
|
/* 设置边框的样式 */
|
border: none;
|
border-radius: 3px;
|
background-color: #FFFFFF;
|
color: #0A81DF;
|
text-align: center; /* 文本居中 */
|
cursor: pointer; /* 鼠标悬停时的光标样式 */
|
border:1px solid #0A81DF;
|
}
|
.slds-input {
|
width: 58px; /* 设置输入框的宽度 */
|
padding-left: 2px; /* 设置内边距 */
|
border-radius: 3px; /* 设置边框圆角 */
|
min-height:20px !important;
|
height: 20px !important;
|
line-height: 20px;
|
}
|
.slds-line {
|
|
position:sticky;
|
|
left:0;
|
width: 24px !important;
|
|
z-index:2;
|
|
}
|
.slds-line1 {
|
|
position:sticky;
|
|
left:41px;
|
|
z-index:2;
|
|
}
|
.slds-line2 {
|
|
position:sticky;
|
|
left:308px;
|
|
z-index:2;
|
|
}
|
.slds-line3 {
|
|
position:sticky;
|
|
left:395px;
|
|
z-index:2;
|
|
}
|
.slds-line01 {
|
|
position:sticky;
|
|
left:0;
|
top:0px;
|
width: 24px !important;
|
|
z-index:7 !important;
|
|
}
|
.slds-line11 {
|
|
position:sticky;
|
|
left:41px;
|
top:0px;
|
|
z-index:7 !important;
|
|
}
|
.slds-line21 {
|
|
position:sticky;
|
|
left:308px;
|
top:0px;
|
|
z-index:7 !important;
|
|
}
|
.slds-line31 {
|
|
position:sticky;
|
|
left:395px;
|
top:0px;
|
|
z-index:7 !important;
|
|
}
|
.customPagination {
|
margin-top: 10px;
|
background-color: white;
|
border-radius: 3px;
|
}
|
|
.customPagination>a {
|
padding: 3px 3px;
|
font-size: 10px;
|
font-weight:bolder
|
}
|
.slds-truncate {
|
max-width: 100%;
|
overflow: visible !important;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|