2019-04-25 17:03:51 +08:00
|
|
|
.demo0501 .u-table {
|
2019-04-24 11:32:19 +08:00
|
|
|
.u-row-hover {
|
2019-05-08 17:29:40 +08:00
|
|
|
.opt-btns,.cancel-btns {
|
2019-04-24 11:32:19 +08:00
|
|
|
button {
|
2019-05-08 17:29:40 +08:00
|
|
|
margin: 0;
|
2019-04-24 11:32:19 +08:00
|
|
|
&:first-child {
|
2019-05-08 17:29:40 +08:00
|
|
|
margin-right: 8px;
|
2019-04-28 14:23:35 +08:00
|
|
|
}
|
2019-04-24 11:32:19 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-04-25 17:03:51 +08:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.required {
|
|
|
|
margin-left: 10px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
content: " ";
|
2019-05-08 17:29:40 +08:00
|
|
|
border: 1px solid #F44336;
|
2019-04-25 17:03:51 +08:00
|
|
|
width: 0;
|
|
|
|
height: 12px;
|
|
|
|
position: absolute;
|
|
|
|
top: 9px;
|
|
|
|
left: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.u-input-group {
|
|
|
|
display: block
|
|
|
|
}
|
|
|
|
}
|
2019-04-26 15:31:30 +08:00
|
|
|
.verify-cell {
|
|
|
|
padding-right: 25px !important;
|
|
|
|
}
|
2019-04-25 17:03:51 +08:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2019-04-24 11:32:19 +08:00
|
|
|
}
|