@ttk/component
Version:
ttk组件库
153 lines (152 loc) • 3.82 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.mk-attachment-popover {
left: auto ;
right: 10.5px ;
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mk-attachment-popover .ant-popover-arrow {
left: auto ;
right: 12% ;
top: -4px;
transform: translateX(-50%) rotate(-135deg) ;
}
.mk-attachment-popover .fixedDataTableLayout_horizontalScrollbar.public_fixedDataTable_horizontalScrollbar {
display: none;
}
.mk-attachment-popover .ant-popover-title {
padding: 0px 10px;
height: 36px;
line-height: 36px;
}
.mk-attachment-popover .ant-popover-title .attachment-title {
font-size: 13px;
line-height: 36px;
display: flex;
justify-content: space-between;
}
.mk-attachment-popover .ant-popover-title .attachment-title .upload {
font-size: 13px;
cursor: pointer;
display: inline-block;
line-height: 25px;
}
.mk-attachment-popover .ant-popover-title .attachment-title .upload:hover {
color: #0066B3;
text-decoration: none;
}
.mk-attachment-popover .ant-popover-inner-content {
padding: 0px;
}
.mk-attachment-popover .ant-popover-inner-content a:hover {
text-decoration: underline;
}
.mk-attachment-popover.isFromDocList {
z-index: 9999999 ;
top: 87px ;
right: 29px ;
}
.attachment-title .upload:hover {
text-decoration: underline;
}
.attachment-title .mk-upload {
float: right;
}
.mk-attachment > i {
margin-left: 35px;
}
.mk-attachment:hover {
color: #0066B3;
cursor: pointer;
}
.mk-attachment > span:hover {
color: #0066B3;
cursor: pointer;
}
.mk-attachment-content {
width: 250px;
height: 220px;
display: flex;
flex-direction: column;
}
.mk-attachment-content .mk-datagrid .fixedDataTableLayout_main {
border-top: none;
}
.mk-attachment-content .mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header {
border: none;
}
.mk-attachment-content .mk-datagrid-cellContent-left {
padding-left: 10px;
}
.mk-attachment-content .fixedDataTableCellLayout_main {
border-bottom-style: dashed;
border-width: 0 0 1px 0;
text-align: left;
}
.mk-attachment-content .fixedDataTableCellLayout_main .edficon {
font-size: 24px;
height: 35px;
line-height: 35px;
vertical-align: sub;
}
.mk-attachment-content .fixedDataTableCellLayout_main .edficon.del {
font-size: 20px;
vertical-align: sub;
}
.mk-attachment-content .fixedDataTableCellLayout_main .edficon.download:before {
color: #33C2A1;
}
.mk-attachment-content .fixedDataTableCellLayout_main .edficon.download:hover:before {
color: #009875;
}
.mk-attachment-content-link-cell {
justify-content: flex-start;
padding-left: 10px;
font-size: 13px;
display: flex ;
}
.mk-attachment-content-link-cell a {
height: 100%;
}
.mk-attachment-content-link-cell span {
white-space: nowrap;
text-overflow: ellipsis;
width: 145px;
overflow: hidden;
}
.mk-attachment-content .picture {
font-size: 20px;
margin-right: 5px;
color: #3eabe8;
}
.mk-attachment-content-footer {
flex: 0 0 35px;
align-items: center;
justify-content: center;
flex-direction: row;
}
.mk-attachment-content-footer .anticon {
margin-right: 4px;
}
.upload-content {
flex-direction: row;
justify-content: center;
height: 220px;
}
.upload-content .mk-nodata-message {
font-size: 13px;
}
.react-viewer-mask {
z-index: 99991 ;
}
.react-viewer-close {
z-index: 99995 ;
}
.react-viewer-canvas {
z-index: 99993 ;
}
.react-viewer-footer {
z-index: 99994 ;
}