@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
70 lines (57 loc) • 1.19 kB
text/less
.media-selection {
width: 100%;
height: 100%;
// 禁止浏览器选中文字
-webkit-user-select: none;
-moz-user-select: none;
.aigc-gen-content {
width: 100%;
height: 100%;
iframe {
width: 100%;
height: 100%;
}
}
.media-selection-section {
width: 100%;
height: 100%;
.components-title {
display: flex;
align-items: center;
justify-content: space-between;
height: 40px;
.media-tabs {
width: 100%;
min-width: 350px;
margin-top: 15px;
.arco-tabs-nav-tab {
padding-left: 5px;
}
}
}
.resources {
.simple-resources {
height: 100%;
.directory-breadcrumb {
display: flex;
align-items: center;
justify-content: space-between;
.tool-search-box {
width: 100%;
padding: 10px 20px 20px;
.back {
margin-right: 10px;
}
}
}
.breadcrumb {
margin: 10px 20px;
font-size: 14px;
.breadcrumbItem {
cursor: pointer;
}
}
}
}
}
}