yonui-ys
Version:
302 lines (264 loc) • 6.23 kB
text/less
.u-popover.u-popover-tooltip.u-tooltip.inverse {
// z-index: 1600;
z-index: 1701;
.tooltip-inner {
border: none;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
max-width: inherit;
min-width: 120px;
// padding-right: 0;
// padding-left: 0;
border: 1px solid #dcdcdc;
padding: 8px 0;
// .u-checkbox .u-checkbox-label {
// color: rgba(0, 0, 0, 0.65);
// }
.u-popover-content {
// .yon-row {
// padding: 0 10px;
// border-top: 1px solid transparent;
// border-bottom: 1px solid transparent;
// height: @base-input-height;
// line-height: @base-input-height - 2;
// &:hover {
// background: #f3f5f9;
// }
// }
.filter-btn-fixed {
.filter-txt {
.search_scroll {
overflow: auto;
margin: 6px 0;
.lock_disable,
.unlock_able {
padding-left: 10px;
.yonicon-dongjie:before,
.yonicon-weidongjie::before{
color: #ccc;
}
&:hover {
background: #f3f5f9;
.pull-left .yonicon-tuodong:before {
color: #505766;
}
.yonicon-dongjie:before,
.yonicon-weidongjie::before{
color: #505766;
}
}
}
}
.pull-right {
display: flex;
// position: absolute; // !fix: 部分版本浏览器columnSetting 的右侧图标
right: 0;
}
.lock_disable>[icon='dongjie'] {
position: absolute;
right: 0;
}
}
.filter-btn-1 {
border-top: 1px solid #eeeeee;
background: #ffffff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
&>.u-button {
margin-right: 8px;
}
&>.u-button-default:hover {
background: rgba(0, 0, 0, .1);
}
}
}
// 表格头部弹出框
[class^='grid-header-'] {
>div {
max-width: 200px;
display: inline-block;
}
>svg.icon {
width: 20px;
height: 20px;
margin-left: 15px;
position: relative;
top: 0;
&:last-child {
width: 16px;
height: 16px;
}
}
}
.tree-refer-radio {
max-height: 300px;
overflow: auto;
overflow-x: hidden;
li {
.u-tree-title{
li {
display: inline-flex;
vertical-align: middle;
border-radius: 4px;
padding: 0 8px;
}
}
a.u-tree-node-content-wrapper.u-tree-node-selected {
.u-tree-title{
background: transparent;
li {
background: rgb(253, 242, 220);
}
}
}
}
li {
a.u-tree-node-content-wrapper:not(.u-tree-node-selected) {
.u-tree-title {
width: 100%;
li:hover{
background: rgb(237, 241, 247);
}
}
}
}
}
.footer-btn {
.u-button {
min-width: 52px;
height: 28px;
}
}
}
}
&.topLeft {
margin-left: 15px;
}
&.haschildren {
.tooltip-inner {
min-width: auto;
}
}
}
// 查询方案-添加查询条件弹窗
.query-criteria-select {
.Checked-confirm-btn .cancelChecked {
background: #eef1f3;
border: none;
&:hover {
background: rgba(0, 0, 0, 0.1) ;
}
}
}
// 处理小尖尖
.u-popover {
// &.bottom {
// margin-top: 5px;
// }
&.uretail-pop {
.tooltip-arrow {
display: none;
}
}
}
.u-popover.tinper-popover-setting-position {
// margin-left: 196px;
// margin-top: 35px;
.u-popover-content {
padding: 0;
}
}
.u-popover.table-col-setting {
.u-popover-content {
padding: 0;
}
}
// group condition
.u-tabs-content {
.listheadRow {
.groupCondition {
height: 32px;
.Grouping-condition-left {
display: inline-block;
vertical-align: middle;
+span {
display: inline-block;
vertical-align: middle;
.Grouping-condition {
i.yonicon-close-circle {
right: 27px;
top: 7px;
}
}
}
}
}
}
}
.u-popover.u-popover-tooltip.u-tooltip.inverse:not('.refer-popover-wrapper') {
.tooltip-inner {
.u-popover-content {
.yon-row {
padding: 0 10px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
height: @base-input-height;
line-height: @base-input-height - 2;
&:hover {
background: #f3f5f9;
}
}
}
}
}
// fix: 基础服务
.u-popover.u-popover-tooltip {
box-shadow: none;
border: none;
display: block;
background-color: unset;
}
// fix: 1366*768 分辨率,listRefer 显示不全问题
@media screen and (max-width: 1440px) {
.u-popover.u-popover-tooltip.u-tooltip.inverse .tooltip-inner .u-popover-content .tree-refer-radio {
max-height: 200px;
}
}
// fix: 1366*768 分辨率,listRefer 显示不全问题
@media screen and (max-width: 1280px) {
.u-popover.u-popover-tooltip.u-tooltip.inverse .tooltip-inner .u-popover-content .tree-refer-radio {
max-height: 160px;
}
.uretail-pop .u-popover-content .u-tree {
max-height: 160px;
}
}
.s-popover-inner-span {
&.temp {
display: block;
}
&.sketch-picker {
height: 20px ;
width: 20px;
}
}
.u-popover-content .temp_content {
width: 300px;
}
.editCol {
.refer-div .ant-search-input-wrapper {
.s-popover-inner-span {
position: absolute;
top: 0;
width: unset;
}
// ie wxl
&.ant-search-input-ie-wrapper {
.s-popover-inner-span {
width: 0;
}
}
}
}
.lock_disable .anticon-dongjie:before {
color: #999;
}