@arco-vue-pro-components/pro-components
Version:
基于@arco-design/web-vue组件的高级组件,包括pro-table
196 lines (195 loc) • 4.49 kB
CSS
.am-vue-pro-select-option {
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
white-space: nowrap;
}
.am-vue-input-number-container {
position: relative;
}
.am-vue-input-number-container .arco-input-number-step {
display: none;
}
.am-vue-input-number-capital {
position: absolute;
font-size: 12px;
line-height: 18px;
background: #fff;
}
.am-vue-input-number-input {
width: 100%;
}
.am-vue-pro-table:fullscreen {
min-height: 100vh;
overflow: auto;
background: #ffffff;
}
.am-vue-pro-table-toolbarContainer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 16px;
}
.am-vue-pro-table-title {
color: #121212;
font-size: 18px;
}
.am-vue-pro-table-setting {
display: flex;
align-items: center;
}
.am-vue-pro-table-setting-item {
display: inline-block;
margin: 0 8px;
color: rgba(42, 46, 54, 0.88);
font-size: 18px;
cursor: pointer;
}
.am-vue-pro-table-column-indexBorder {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
color: #fff;
font-size: 12px;
line-height: 12px;
background: #979797;
border-radius: 9px;
}
.am-vue-pro-table-column-indexBorder--top-three {
background: #314659;
}
.am-vue-pro-table-collapse-button {
display: flex;
align-items: center;
color: rgb(var(--primary-6));
}
.am-vue-pro-table-column-setting-title {
display: flex;
align-items: center;
justify-content: space-between;
min-width: 180px;
padding-bottom: 12px;
font-size: 14px;
color: #121212;
font-weight: 600;
}
.am-vue-pro-table-column-setting-title .arco-checkbox {
padding: 0;
}
.am-vue-pro-table-column-setting-action-rest-button {
color: rgb(var(--primary-6));
cursor: pointer;
}
.am-vue-pro-table-column-setting-list {
max-height: 280px;
overflow-y: scroll;
}
.am-vue-pro-table-column-setting-list .arco-tree {
padding-left: 18px;
}
.am-vue-pro-table-column-setting-list-title {
padding-left: 10px;
color: rgba(42, 46, 54, 0.65);
font-size: 12px;
}
.am-vue-pro-table-column-setting-list-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.am-vue-pro-table-column-setting-list-item-title {
text-align: left;
}
.am-vue-pro-table-column-setting-list-item-option {
opacity: 1;
color: rgb(var(--primary-6));
}
.am-vue-pro-table-column-setting-list-item-option span:last-child {
margin-left: 4px;
}
.am-vue-pro-table-column-setting-list-item-checked {
position: absolute;
left: 0;
}
.am-vue-pro-table-column-setting-list .arco-tree-node:hover .am-vue-pro-table-column-setting-list-item-option {
opacity: 1;
}
.am-vue-pro-table-column-setting-list .arco-tree-node-selected .arco-tree-node-title {
color: inherit;
}
.am-vue-pro-table-column-setting-list .arco-tree-node-title-text {
flex: 1;
position: relative;
}
.am-vue-pro-table-column-setting-list .arco-tree-node-switcher {
margin-right: 5px;
}
.am-vue-pro-table-column-setting-list .arco-tree-node-title {
margin-left: -7px;
}
.am-vue-pro-table-column-setting-list .arco-tree-node-title-block .arco-tree-node-drag-icon {
margin: 0;
padding: 0;
position: absolute;
left: -61px;
top: 50%;
transform: translateY(-50%);
opacity: 0.2;
right: auto;
color: rgba(42, 46, 54, 0.88);
}
.am-vue-pro-table-column-setting-list-nocheckbox .arco-tree-node-title-block .arco-tree-node-drag-icon {
left: -26px;
}
.am-vue-pro-table-column-setting-list-item-title {
flex: 1;
min-width: 80px;
max-width: 120px;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
white-space: nowrap;
}
.am-vue-pro-table-light-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 16px;
}
.am-vue-pro-table-light-right {
display: flex;
}
.am-vue-pro-table-light-power-btn {
color: #464646;
border-color: #c5c6ce;
}
.am-vue-pro-table-light-power-popover {
min-width: 300px;
color: rgba(0, 0, 0, 0.65);
}
.am-vue-pro-table-light-power-buttons {
display: flex;
justify-content: space-between;
}
.am-vue-pro-table-light-power-content {
display: flex;
flex-direction: column;
}
.am-vue-pro-table-light-link-btn {
padding: 0;
background: transparent;
margin-right: 20px;
}
.am-vue-pro-table-light-link-btn:hover {
background: transparent ;
}
.am-vue-pro-table-alert-container {
margin-bottom: 16px;
}
.am-vue-pro-table-alert-clear {
color: rgb(var(--link-6));
cursor: pointer;
}