bee-table7/demo/demolist/Demo0502.scss

65 lines
973 B
SCSS
Raw Normal View History

2019-04-25 17:03:51 +08:00
.u-editable-table .u-table {
2019-04-24 11:32:19 +08:00
.u-table-row {
td {
padding: 5px 8px;
2019-04-25 17:03:51 +08:00
input {
padding-left: 5px;
font-size: 12px;
&.error {
border-color: #F44336;
}
2019-04-24 11:32:19 +08:00
}
}
2019-04-25 17:03:51 +08:00
2019-04-24 11:32:19 +08:00
.editable-cell {
height: 30px;
}
2019-04-25 17:03:51 +08:00
2019-04-24 11:32:19 +08:00
&-hover {
.editable-cell-text-wrapper {
2019-04-25 17:03:51 +08:00
line-height: 19px;
2019-04-24 11:32:19 +08:00
}
}
2019-04-25 17:03:51 +08:00
2019-04-24 11:32:19 +08:00
.u-form-control,
.u-select-selection {
height: 30px;
}
}
.editable-cell-text-wrapper {
2019-04-24 11:32:19 +08:00
box-sizing: border-box;
line-height: 20px;
border-radius: 3px;
2019-04-25 17:03:51 +08:00
}
2019-04-24 11:32:19 +08:00
2019-04-25 17:03:51 +08:00
.editable-cell-input-wrapper {
padding-right: 0;
.ref-input-wrap {
width: auto !important;
height: 30px;
.u-input-group{
display: inline-block;
}
}
2019-04-25 17:03:51 +08:00
}
.verify-cell {
padding-right: 25px !important;
}
2019-04-23 13:33:52 +08:00
.require {
position: absolute;
top: 2px;
2019-04-24 11:32:19 +08:00
color: #F44336;
font-size: 20px;
}
}
2019-04-23 13:33:52 +08:00
2019-04-25 17:03:51 +08:00
.u-editable-table-tp {
.tp-content {
color: #F44336;
2019-04-23 13:33:52 +08:00
}
2019-04-25 17:03:51 +08:00
}