bee-table7/demo/demolist/Demo0502.scss

57 lines
845 B
SCSS
Raw Normal View History

2019-04-24 11:32:19 +08:00
.demo0502 {
.u-table-row {
td {
padding: 5px 8px;
input.error {
border-color: #F44336;
}
}
.editable-cell {
height: 30px;
}
&-hover {
.editable-cell-text-wrapper {
line-height: 18px;
border: 1px solid #c1c7d0;
}
}
.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;
&:hover {
2019-04-24 11:32:19 +08:00
line-height: 18px;
border: 1px solid #a5adba;
}
}
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
.help-tip {
color: #F44336;
}
2019-04-23 13:33:52 +08:00
2019-04-24 11:32:19 +08:00
.tp-0502 {
2019-04-23 13:33:52 +08:00
.tooltip-arrow {
border-bottom-color: #F44336 !important;
}
.tooltip-inner {
border-color: #F44336 !important;
}
2019-04-23 20:25:40 +08:00
}