72 lines
1.0 KiB
SCSS
72 lines
1.0 KiB
SCSS
.demo0501 .u-table {
|
|
.u-row-hover {
|
|
.opt-btns {
|
|
button {
|
|
border-radius: 5px;
|
|
|
|
&:first-child {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.u-table-row {
|
|
td {
|
|
padding: 5px 8px;
|
|
|
|
input {
|
|
font-size: 12px;
|
|
padding-left: 5px;
|
|
}
|
|
}
|
|
|
|
.u-form-control,
|
|
.u-select-selection {
|
|
height: 30px;
|
|
}
|
|
}
|
|
|
|
.editable-cell-text-wrapper {
|
|
box-sizing: border-box;
|
|
line-height: 20px;
|
|
border-radius: 3px;
|
|
padding-left: 0
|
|
}
|
|
|
|
.required {
|
|
margin-left: 10px;
|
|
position: relative;
|
|
|
|
&::before {
|
|
content: " ";
|
|
border: 2px solid #F44336;
|
|
width: 0;
|
|
height: 12px;
|
|
position: absolute;
|
|
top: 9px;
|
|
left: -8px;
|
|
}
|
|
|
|
span.u-input-group {
|
|
display: block
|
|
}
|
|
}
|
|
|
|
.required-icon {
|
|
position: absolute;
|
|
top: 2px;
|
|
color: #F44336;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.ref-input-wrap {
|
|
width: 160px !important;
|
|
}
|
|
}
|
|
|
|
.u-editable-table-tp {
|
|
.tp-content {
|
|
color: #F44336;
|
|
}
|
|
} |