fastlion-amis
Version:
一种MIS页面生成工具
57 lines (52 loc) • 1.05 kB
CSS
.overflow-container {
position: relative;
overflow: hidden;
}
.overflow-box {
display: flex;
position: relative;
align-items: center;
overflow: hidden;
}
.overflow-box .overflow-wrapper {
display: flex;
}
.more-btn-box {
position: absolute;
right: 0;
top: 0;
min-width: 50px;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, #fafafa 5px, #fafafa 100%);
display: none;
}
.more-btn-box.show {
display: flex;
}
.more-btn-box .more-btn {
padding-right: 4px;
color: var(--saas-font-size-dark-black);
}
.more-btn-box .fix-right-box {
display: flex;
}
.more-content-box {
display: flex;
flex-wrap: nowrap;
}
.more-content-box .item button {
border-color: transparent;
box-shadow: none;
background: none;
border: none;
color: var(--saas-font-size-dark-black);
padding: 0px 5px;
line-height: 32px;
height: 32px;
display: inline-flex;
align-items: center;
}
.popover-overlay .ant-popover-inner-content {
padding: 2px;
}
/*# sourceMappingURL=index.css.map */