amis/packages/amis-ui/scss/components/_table.scss

1108 lines
23 KiB
SCSS
Raw Normal View History

2019-04-30 11:11:25 +08:00
.#{$ns}Table {
2019-12-06 09:58:08 +08:00
position: relative;
border-radius: var(--Table-borderRadius);
margin-bottom: var(--gap-md);
2019-12-06 09:58:08 +08:00
2020-04-08 10:34:16 +08:00
.#{$ns}Form-control > & {
margin-bottom: var(--gap-sm);
2020-04-08 10:34:16 +08:00
}
2019-12-06 09:58:08 +08:00
&-fixedTop {
position: sticky;
background: var(--Table-bg);
display: block;
opacity: 1;
z-index: $zindex-sticky;
&:after {
content: '';
position: absolute;
width: 100%;
box-shadow: var(--Table-fixedTop-boxShadow);
z-index: 30;
height: 30px;
top: 100%;
pointer-events: none;
background-color: transparent;
margin-top: -2px;
}
2019-12-06 09:58:08 +08:00
// box-sizing: content-box;
// padding: var(--gap-base) var(--gap-base) 0 var(--gap-base);
// margin: calc(var(--gap-base) * -1) calc(var(--gap-base) * -1) 0
// calc(var(--gap-base) * -1);
// > * {
// box-sizing: border-box;
// }
// &.in {
// // position: fixed;
// }
2019-04-30 11:11:25 +08:00
&.is-fakeHide {
> .#{$ns}Table-wrapper {
visibility: hidden;
position: absolute;
}
}
2019-12-06 09:58:08 +08:00
}
&-heading {
background: var(--Table-heading-bg);
padding: calc(
(
var(--Table-heading-height) - var(--Table-fontSize) *
var(--lineHeightBase)
) / 2
)
var(--gap-sm);
2019-12-06 09:58:08 +08:00
}
&--unsaved &-heading {
background: var(--Table--unsaved-heading-bg);
color: var(--Table--unsaved-heading-color);
2019-12-06 09:58:08 +08:00
}
&-wrapper {
overflow: hidden;
}
&-placeholder {
color: var(--text--muted-color);
2019-12-06 09:58:08 +08:00
text-align: center;
height: var(--Table-placeholder-height);
background: transparent !important;
2019-12-06 09:58:08 +08:00
&:hover {
color: var(--text--muted-color);
background: transparent !important;
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
> td {
vertical-align: middle !important;
text-align: center;
2019-04-30 11:11:25 +08:00
}
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
&-empty-icon.icon {
display: block;
margin: 0 auto;
width: var(--Table-empty-icon-size);
height: var(--Table-empty-icon-size);
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
&-searchableForm {
background: var(--Table-searchableForm-backgroundColor);
border-radius: var(--Table-searchableForm-borderRadius);
margin-bottom: 0;
&-footer {
padding: var(--Panel-footerPadding);
clear: both;
}
&-checkbox {
&-inner {
/* 消除checkbox自身的padding top */
padding-top: 0 !important;
}
}
}
2019-12-06 09:58:08 +08:00
&-header {
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
> * + .#{$ns}Button,
> * + .#{$ns}ButtonGroup,
> * + .#{$ns}ButtonToolbar {
margin-left: var(--Crud-toolbar-gap);
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&-toolbar {
@include clearfix();
display: flex;
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
2020-06-08 10:17:28 +08:00
flex-wrap: wrap;
2019-12-19 15:21:23 +08:00
.#{$ns}DropDown {
&-menuItem {
height: auto;
.#{$ns}Checkbox {
display: flex;
align-items: center;
}
}
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
&.is-mobile {
.#{$ns}Table-toolbar {
.#{$ns}Form-item {
padding: 0;
}
}
}
2019-12-06 09:58:08 +08:00
&-header + &-toolbar {
padding-top: 0;
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&-contentWrap {
position: relative;
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&-actions {
display: inline-block;
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
> * {
margin-right: var(--Crud-toolbar-gap);
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&-content {
min-height: 0.01%;
overflow-x: auto;
transform: translateZ(0);
}
&-content-colDragLine {
position: absolute;
width: 7px;
top: 0;
bottom: 0;
right: -4px;
cursor: col-resize;
user-select: none;
opacity: 0.5;
2023-07-12 21:22:04 +08:00
z-index: 15;
&:hover,
&.is-resizing {
background: var(--primary);
}
2019-12-06 09:58:08 +08:00
}
2019-12-06 09:58:08 +08:00
&-table {
width: 100%;
2020-11-20 15:57:36 +08:00
min-width: 100%;
2019-12-06 09:58:08 +08:00
margin-bottom: 0;
font-size: var(--Table-fontSize);
color: var(--Table-color);
background: var(--Table-bg);
border-spacing: 0;
border-collapse: separate;
2019-12-06 09:58:08 +08:00
2023-08-16 14:41:29 +08:00
&.is-layout-fixed {
table-layout: fixed !important;
}
& th,
& td {
text-align: left;
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
&.is-sticky {
position: sticky !important;
z-index: 20;
background: inherit;
}
&.is-sticky-last-left:after {
position: absolute;
top: 0;
right: 0;
bottom: -1px;
width: 30px;
transform: translateX(100%);
transition: box-shadow 0.3s;
content: '';
pointer-events: none;
}
&.is-sticky-first-right:after {
position: absolute;
top: 0;
bottom: -1px;
left: 0;
width: 30px;
transform: translateX(-100%);
transition: box-shadow 0.3s;
content: '';
pointer-events: none;
}
}
2023-08-16 14:41:29 +08:00
&.is-layout-fixed td {
white-space: normal;
word-break: break-all;
}
&.table-fixed-left .is-sticky-last-left:after {
box-shadow: var(--Table-fixedLeft-boxShadow);
}
&.table-fixed-right .is-sticky-first-right:after {
box-shadow: var(--Table-fixedRight-boxShadow);
}
& th {
position: relative;
}
& th.text-center,
& td.text-center,
& th[colspan],
& td[colspan] {
text-align: center;
}
& th.text-right,
& td.text-right {
text-align: right;
}
& td .#{$ns}SwitchControl {
padding-top: 0;
}
&--affixHeader > thead {
visibility: collapse;
}
2019-12-06 09:58:08 +08:00
&--withCombine {
> thead > tr > th,
> tbody > tr > td {
&:first-child {
padding-left: var(--TableCell-paddingX) !important;
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
&:last-child {
padding-right: var(--TableCell-paddingX) !important;
2019-08-13 20:06:41 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-08-13 20:06:41 +08:00
2019-12-06 09:58:08 +08:00
// reset
> tbody > tr {
@if $Table-strip-bg != transparent {
2019-12-06 09:58:08 +08:00
&.#{$ns}Table-tr--odd {
background: transparent;
2019-12-06 09:58:08 +08:00
}
}
2019-12-06 09:58:08 +08:00
&:hover {
background: transparent;
2019-12-06 09:58:08 +08:00
}
2019-05-27 17:27:17 +08:00
2019-12-06 09:58:08 +08:00
> td {
vertical-align: middle;
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
> td:not(:last-child) {
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
2019-12-06 09:58:08 +08:00
}
}
}
2019-04-30 11:11:25 +08:00
&--checkOnItemClick {
> tbody > tr {
cursor: pointer;
}
}
2020-06-23 13:32:21 +08:00
> thead > tr {
background: var(--Table-thead-bg);
2019-12-06 09:58:08 +08:00
> th {
background: inherit;
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
text-align: left;
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&:first-child {
padding-left: px2rem(12px);
&.#{$ns}Table-checkCell {
padding-left: var(--TableCell--edge-paddingX);
}
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
&:last-child {
padding-right: px2rem(12px);
.#{$ns}Table-content-colDragLine {
// 避免出现横向滚动条
width: 4px;
right: 0;
}
2019-05-27 17:27:17 +08:00
}
2019-12-06 09:58:08 +08:00
&:not(:last-child) {
border-right: var(--Table-thead-borderWidth) solid
var(--Table-thead-borderColor);
2019-04-30 11:11:25 +08:00
}
border-bottom: var(--Table-thead-borderWidth) solid
var(--Table-thead-borderColor);
2019-04-30 11:11:25 +08:00
font-size: var(--Table-thead-fontSize);
color: var(--Table-thead-color);
font-weight: var(--fontWeightNormal);
2019-12-06 09:58:08 +08:00
white-space: nowrap;
2019-11-11 19:31:22 +08:00
2020-08-18 10:50:06 +08:00
// .#{$ns}TableCell--title {
// display: flex;
// align-items: center;
// }
2019-12-06 09:58:08 +08:00
.#{$ns}Remark {
margin-left: var(--gap-xs);
2019-04-30 11:11:25 +08:00
}
.#{$ns}TableCell--title {
min-width: fit-content;
}
2019-12-06 09:58:08 +08:00
}
}
2019-04-30 11:11:25 +08:00
> thead > tr > th:first-child {
border-top-left-radius: 4px;
}
> thead > tr > th:last-child {
border-top-right-radius: 4px;
}
2019-12-06 09:58:08 +08:00
> thead > tr + tr {
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
2019-12-06 09:58:08 +08:00
}
2020-06-23 13:32:21 +08:00
> thead > tr {
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
2020-06-23 13:32:21 +08:00
}
2019-12-06 09:58:08 +08:00
> tbody > tr {
position: relative;
background: var(--Table-bg);
2020-06-23 13:32:21 +08:00
& + tr {
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
2020-06-23 13:32:21 +08:00
> th {
border-top: var(--Table-thead-borderWidth) solid
var(--Table-thead-borderColor);
2020-06-23 13:32:21 +08:00
}
}
2019-04-30 11:11:25 +08:00
> th {
background: var(--Table-thead-bg);
// font-size: var(--Table-thead-fontSize);
color: var(--Table-thead-color);
font-weight: var(--fontWeightNormal);
2020-06-23 13:32:21 +08:00
white-space: nowrap;
border-right: var(--Table-thead-borderWidth) solid
var(--Table-thead-borderColor);
}
2020-06-23 13:32:21 +08:00
> td,
> th {
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
2019-08-13 20:06:41 +08:00
2019-12-06 09:58:08 +08:00
&:first-child {
padding-left: var(--TableCell--edge-paddingX);
2019-08-14 16:55:12 +08:00
}
2019-12-06 09:58:08 +08:00
&:last-child {
padding-right: var(--TableCell--edge-paddingX);
2019-08-13 20:06:41 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-08-13 20:06:41 +08:00
@if $Table-strip-bg != transparent {
background: transparent;
2019-08-13 20:06:41 +08:00
2019-12-06 09:58:08 +08:00
&.#{$ns}Table-tr--odd {
background: var(--Table-strip-bg);
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
&.#{$ns}Table-tr--hasItemAction:hover {
cursor: pointer;
}
2019-12-06 09:58:08 +08:00
&:hover,
&.is-hovered {
background: var(--Table-onHover-bg);
border-color: var(--Table-onHover-borderColor);
color: var(--Table-onHover-color);
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
& + tr {
border-color: var(--Table-onHover-borderColor);
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
&:active {
background: var(--Table-onHover-bg);
}
&:hover.#{$ns}Table-placeholder {
color: var(--text--muted-color);
}
2019-12-06 09:58:08 +08:00
&.is-checked {
background: var(--Table-onChecked-bg);
border-color: var(--Table-onChecked-borderColor);
color: var(--Table-onChecked-color);
2019-11-11 19:31:22 +08:00
2019-12-06 09:58:08 +08:00
& + tr {
border-color: var(--Table-onChecked-borderColor);
2019-12-06 09:58:08 +08:00
}
}
&.is-moved,
&.is-modified {
background: var(--Table-onModified-bg);
border-color: var(--Table-onModified-borderColor);
color: var(--Table-onModified-color);
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
& + tr {
border-color: var(--Table-onModified-borderColor);
2019-04-30 11:11:25 +08:00
}
2019-12-12 19:30:46 +08:00
}
2019-04-30 11:11:25 +08:00
&.is-summary {
// font-weight: var(--fontWeightNormal);
}
2019-12-12 19:30:46 +08:00
&.bg-light {
@include color-variant($light, 2%, 3%, 3%, 5%);
color: $text-color;
}
2019-12-06 09:58:08 +08:00
2019-12-12 19:30:46 +08:00
&.bg-dark {
@include color-variant($dark, 5%, 10%, 5%, 10%);
@include font-variant($dark);
}
&.bg-black {
@include color-variant($black, 5%, 10%, 5%, 10%);
@include font-variant($black);
}
&.bg-primary {
@include color-variant($primary, 5%, 10%, 5%, 10%);
@include font-variant($primary);
}
&.bg-success {
@include color-variant($success, 5%, 10%, 5%, 10%);
@include font-variant($success);
}
&.bg-info {
@include color-variant($info, 5%, 10%, 5%, 10%);
@include font-variant($info);
}
&.bg-warning {
@include color-variant($warning, 5%, 10%, 5%, 10%);
@include font-variant($warning);
}
&.bg-danger {
@include color-variant($danger, 5%, 10%, 5%, 10%);
@include font-variant($danger);
2019-12-06 09:58:08 +08:00
}
2019-12-06 09:58:08 +08:00
&.is-dragging {
opacity: var(--Table-onDragging-opacity);
background-color: var(--Table-onDragging-bg);
2019-12-06 09:58:08 +08:00
}
}
> tbody.is-dragging > tr:not(.is-dragging) {
background: var(--Table-bg);
color: var(--Table-color);
}
> tbody.is-dragging > tr:not(.is-drop-allowed):not(.is-dragging) {
color: var(--table-body-disabled-color);
background-color: var(--table-body-disabled-bg-color);
}
.#{$ns}Table-divider2 {
content: '';
position: absolute;
height: px2rem(1px);
top: 50%;
width: px2rem(10px);
background: var(--Table-tree-borderColor);
}
.#{$ns}Table-divider3 {
position: absolute;
width: px2rem(1px);
top: 0;
bottom: 0;
height: 100%;
background: var(--Table-tree-borderColor);
}
2019-12-06 09:58:08 +08:00
@for $i from 2 through 10 {
tr.#{$ns}Table-tr--#{$i}th.is-expanded {
.#{$ns}Table-expandCell:before {
left: px2rem(23px) + px2rem(18px) * ($i - 1);
2019-12-06 09:58:08 +08:00
}
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
tr.#{$ns}Table-tr--#{$i}th {
.#{$ns}Table-expandBtn {
position: relative;
left: px2rem(1px) + (px2rem(18px)) * ($i - 1);
2019-04-30 11:11:25 +08:00
}
.#{$ns}Table-divider2 {
left: px2rem(5px) + (px2rem(18px)) * ($i - 1);
}
2019-04-30 11:11:25 +08:00
.#{$ns}Table-divider3 {
left: px2rem(5px) + (px2rem(18px)) * ($i - 1);
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
tr.#{$ns}Table-tr--#{$i}th.is-last .#{$ns}Table-divider3 {
height: 50%;
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
tr.#{$ns}Table-tr--#{$i}th.is-last:not(.is-expanded) {
.#{$ns}Table-expandCell + td {
&::before {
height: 50%;
2019-12-06 09:58:08 +08:00
bottom: auto;
}
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
> thead > tr > th.#{$ns}Table-checkCell,
> tbody > tr > td.#{$ns}Table-checkCell {
width: px2rem(1px);
padding-right: var(--TableCell-paddingX);
2021-07-08 10:49:43 +08:00
white-space: nowrap;
2019-12-06 09:58:08 +08:00
.#{$ns}Checkbox {
margin: 0;
}
}
> tbody > tr > td.#{$ns}Table-checkCell {
border-right: 0;
}
2019-12-06 09:58:08 +08:00
> thead > tr > th.#{$ns}Table-expandCell,
> tbody > tr > td.#{$ns}Table-expandCell {
border-right: 0;
width: px2rem(1px);
padding-right: 0;
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
> thead > tr > th.#{$ns}Table-dragCell,
> tbody > tr > td.#{$ns}Table-dragCell {
border-right: 0;
width: px2rem(1px);
padding-right: 0;
2020-06-08 10:17:28 +08:00
cursor: move;
> svg {
vertical-align: middle;
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
top: 0;
}
2019-12-06 09:58:08 +08:00
}
> tbody > tr > td.#{$ns}Table-expandCell {
position: relative;
@for $i from 1 through 7 {
.#{$ns}Table-divider-#{$i} {
position: absolute;
width: px2rem(1px);
top: 0;
bottom: 0;
height: 100%;
background: var(--Table-tree-borderColor);
left: px2rem(23px) + px2rem(18px) * ($i - 1);
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
> tbody > tr.is-expanded > td.#{$ns}Table-expandCell {
// position: relative;
&::before {
2020-04-08 10:34:16 +08:00
content: '';
2019-04-30 11:11:25 +08:00
position: absolute;
2019-12-06 09:58:08 +08:00
width: px2rem(1px);
top: 50%;
2019-12-06 09:58:08 +08:00
bottom: 0;
left: px2rem(23px);
2019-12-06 09:58:08 +08:00
height: auto;
background: var(--Table-tree-borderColor);
2019-12-06 09:58:08 +08:00
}
}
2019-04-30 11:11:25 +08:00
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
> thead > tr > th.#{$ns}TableCell--sortable,
> thead > tr > th.#{$ns}TableCell--searchable,
> thead > tr > th.#{$ns}TableCell--filterable {
> .#{$ns}TableCell--title {
display: inline-block;
}
}
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
}
2023-04-24 18:19:32 +08:00
&.is-mobile {
.#{$ns}Table-table > tbody > tr {
&:hover,
&.is-hovered {
background: var(--Table-bg);
border-color: var(--Table-borderColor);
color: var(--Table-color);
& + tr {
border-color: var(--Table-borderColor);
}
}
}
}
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
&Cell-sortBtn,
&Cell-searchBtn,
&Cell-filterBtn {
display: inline-block;
vertical-align: top;
padding-left: var(--gap-sm);
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
&:hover {
color: var(--TableCell-searchBtn--onActive-color);
2019-12-06 09:58:08 +08:00
}
}
&Cell-sortBtn {
cursor: pointer;
width: var(--TableCell-sortBtn-width);
height: var(--gap-md);
2020-06-09 14:44:38 +08:00
flex-direction: column;
justify-content: center;
align-items: center;
color: var(--icon-color);
2019-04-30 11:11:25 +08:00
2020-06-09 14:44:38 +08:00
&--up > svg,
&--down > svg,
&--default > svg {
color: inherit;
width: 12px;
2020-06-09 14:44:38 +08:00
height: 12px;
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
&--up,
2020-06-09 14:44:38 +08:00
&--down,
&--default {
2019-12-06 09:58:08 +08:00
display: none;
2019-12-19 15:21:23 +08:00
position: absolute;
2019-12-06 09:58:08 +08:00
z-index: 2;
font-style: normal;
&.is-active {
display: inline-block;
}
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
&--default {
&.is-active {
color: var(--text--muted-color);
2020-06-09 17:02:30 +08:00
&:hover {
style:cxd主题对齐云舍4.0样式 (#4354) * Select Options等组件样式对齐4.0 * 更新测试快照 * 修改部分测试用例 * feat:4.0样式修改 * 修改checkboxes hover问题 * Feat image 4.0 (#4242) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: textarea组件对齐4.0标准 (#4149) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix: inputTree 组价对齐4.0标准 (#4148) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: inputTree组件对齐4.0标准 * fix: inputtree组件图标颜色修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 部分组件样式问题修复 (#4154) * feat: input-text 样式 * feat: input-range 样式 * feat: table 样式 1 * feat: search-box * feat: curd icon * feat: table 空状态 * feat: input-text 多选,最大宽度设置 * feat: search-box 搜索图标颜色 * feat: crud 编辑、过滤、搜索、排序 图标样式修改 * feat: 更新快照 * feat: 更新快照 2 * feat: curd fix * feat: curd edit icon fix * feat: input-password 不可见 icon 修改 * feat: input-password snapshot update * docs:完善对话框size参数说明 * feat: Log 组件支持虚拟渲染及限制最大行数 * 修复不支持 loading 问题 * 换一下名字 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * fix:修复删除图标颜色问题 (#4245) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * fix: inputTree组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: textarea组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: inputImage组件对齐4.0标准 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: image组件样式优化 * fix: 修复conditionbuilder组价图标颜色问题 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * form表单对齐云社4.0 (#4248) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix chart radios name (#4251) * fix: Chart 单选框 修改为 ChartRadios 图表单选框 * fix: input-password 修改 可见 图标 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * feat: checkboxes内边距&nestedSelect箭头修改 (#4254) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * Feature style 4.0 cxd (#4261) * feat: 日期&折叠面板&提示样式对齐 * fix:测试用例修复 * feat: timeRange开始和结束分开&日期样式优化 * styles: 日历样式修复 Co-authored-by: hongyang03 <hongyang03@baidu.com> * 整体字体大小调整 (#4264) * feat: form增加表单项 label文本对齐方式选项 * fix: remark 支持在表单内配置 * style: form 间距对齐云社4.0 * 修改表单的字体 Co-authored-by: sarding <hongfuquan@baidu.com> * inputfile 和 drawer对齐云社4.0 (#4249) * fix: drawer 和 inputfile 关闭图标对齐云社4.0 * fix:修改 drawer的图标大小 和边框圆角 * drawer 样式调整 Co-authored-by: sarding <hongfuquan@baidu.com> * Fix style (#4265) * fix: input-password icon 高度 * fix: input-password icon 换行问题 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix: curd 图标垂直居中 (#4271) Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * style: 优化switch组件动效 (#4302) * style:优化date组件最小宽度 (#4303) * style:cxd主题移动端基础字号调整为16px (#4305) * style:switch调整动效速度 * chore:更新快照 * chore:更新快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: liweijian <liweijian@hkmtl.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com>
2022-05-18 10:03:56 +08:00
color: var(--TableCell-searchBtn--onActive-color);
2020-06-09 17:02:30 +08:00
}
2019-12-06 09:58:08 +08:00
}
}
&--up,
&--down {
&.is-active {
color: var(--TableCell-sortBtn--onActive-color);
}
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&Cell-searchBtn {
cursor: pointer;
color: var(--text--muted-color);
2019-04-30 11:11:25 +08:00
2020-06-09 17:02:30 +08:00
svg.icon {
width: 12px;
height: 12px;
}
&.is-active {
color: var(--TableCell-searchBtn--onActive-color);
}
&.is-opened {
color: var(--Button--default-onActive-border);
}
2019-12-06 09:58:08 +08:00
}
2019-04-30 11:11:25 +08:00
2019-12-06 09:58:08 +08:00
&Cell-searchPopOver {
border: none;
min-width: px2rem(320px);
max-width: px2rem(640px);
.#{$ns}Panel {
margin: 0;
2019-04-30 11:11:25 +08:00
}
2019-12-06 09:58:08 +08:00
}
&Cell-filterBtn {
cursor: pointer;
width: var(--TableCell-filterBtn-width);
color: var(--text--muted-color);
2019-11-11 19:31:22 +08:00
2020-06-09 17:02:30 +08:00
svg.icon {
width: 12px;
height: 12px;
}
&.is-active {
color: var(--TableCell-filterBtn--onActive-color);
}
2019-12-06 09:58:08 +08:00
.#{$ns}Remark {
display: inline;
}
}
2019-11-11 19:31:22 +08:00
2019-12-06 09:58:08 +08:00
&Cell-filterPopOver {
border: none;
width: px2rem(160px);
2019-12-06 09:58:08 +08:00
.#{$ns}DropDown-menu {
margin: 0;
padding: 0;
border-radius: 0;
.#{$ns}DropDown-divider {
height: var(--TableCell-filterPopOver-dropDownItem-height);
line-height: var(--TableCell-filterPopOver-dropDownItem-height);
padding: var(--TableCell-filterPopOver-dropDownItem-padding);
background: var(--white);
2019-12-06 09:58:08 +08:00
margin: 0;
&:hover {
background: var(--light);
color: var(--primary);
}
2019-12-06 09:58:08 +08:00
&.is-selected {
background: var(--light);
color: var(--primary);
}
2019-12-06 09:58:08 +08:00
.#{$ns}Checkbox {
width: 100%;
margin: 0;
}
}
}
}
&-itemActions-wrap {
position: absolute;
width: 100%;
z-index: calc(var(--Table-fixed-zIndex) + 1);
2019-12-06 09:58:08 +08:00
left: 0;
top: 0;
min-height: 30px;
pointer-events: none;
box-shadow: var(--Table-onHover-boxShadow);
2019-12-06 09:58:08 +08:00
}
&-itemActions {
pointer-events: all;
position: absolute;
// background: var(--Table-onHover-bg);
2019-12-06 09:58:08 +08:00
background: linear-gradient(
90deg,
rgba(var(--Table-onHover-bg-rgb), 0) 0%,
rgba(var(--Table-onHover-bg-rgb), 1) 20%,
rgba(var(--Table-onHover-bg-rgb), 1) 100%
2019-12-06 09:58:08 +08:00
);
top: var(--Table-borderWidth);
2019-12-06 09:58:08 +08:00
bottom: 0;
right: 0;
padding-left: px2rem(80px);
padding-right: var(--TableCell-paddingX);
2019-12-06 09:58:08 +08:00
display: flex;
align-items: center;
a {
cursor: pointer;
padding: var(--gap-xs) var(--gap-sm);
color: var(--link-color);
text-decoration: var(--link-decoration);
2019-12-06 09:58:08 +08:00
&:hover {
color: var(--link-onHover-color);
text-decoration: var(--link-onHover-decoration);
2019-12-06 09:58:08 +08:00
}
&.is-disabled {
pointer-events: none;
opacity: var(--Button-onDisabled-opacity);
color: var(--text--muted-color);
2019-12-06 09:58:08 +08:00
}
}
}
&-dragTip {
color: var(--text--loud-color);
2019-12-06 09:58:08 +08:00
clear: both;
margin-top: var(--gap-xs);
2020-06-08 10:17:28 +08:00
width: 100%;
color: var(--info);
2019-12-06 09:58:08 +08:00
}
&-foot {
background: var(--Table-thead-bg);
}
2019-12-06 09:58:08 +08:00
&-footTable {
position: relative;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 0;
background: transparent;
> tbody > tr > th {
width: px2rem(120px);
text-align: right;
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
2019-12-06 09:58:08 +08:00
}
> tbody > tr > td {
word-break: break-all;
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
}
2019-08-14 14:21:21 +08:00
2019-12-06 09:58:08 +08:00
> tbody > tr:not(:first-child) {
border-top: var(--Table-borderWidth) solid
var(--Table-tbody-borderTopColor);
2019-12-06 09:58:08 +08:00
}
}
&-expandBtn {
position: relative;
z-index: 1;
color: var(--Table-expandBtn-color);
2020-05-26 20:28:09 +08:00
display: inline-flex;
justify-content: center;
align-items: center;
width: px2rem(14px);
line-height: 1;
height: 16px;
2019-12-06 09:58:08 +08:00
2020-06-08 18:23:56 +08:00
> svg {
2019-12-06 09:58:08 +08:00
display: inline-block;
text-align: center;
cursor: pointer;
transition: transform ease-in-out var(--animation-duration),
top ease-in-out var(--animation-duration);
2020-05-26 20:28:09 +08:00
position: relative;
transform-origin: 50% 50%;
2021-09-23 17:01:11 +08:00
width: px2rem(10px);
height: px2rem(10px);
top: 0;
transform: rotate(90deg);
2019-08-14 14:21:21 +08:00
}
2020-06-08 18:23:56 +08:00
&.is-active > svg {
transform: rotate(-90deg);
2019-08-14 14:21:21 +08:00
}
2020-05-27 13:52:25 +08:00
&:hover {
text-decoration: none;
}
2019-12-06 09:58:08 +08:00
}
&-dragBtn {
margin-right: var(--gap-xs);
2019-12-06 09:58:08 +08:00
display: inline-block;
visibility: hidden;
cursor: move;
color: var(--icon-color);
2020-06-08 18:23:56 +08:00
&:hover {
text-decoration: none;
color: var(--icon-onHover-color);
2020-06-08 18:23:56 +08:00
}
> svg {
vertical-align: -2px;
}
2019-12-06 09:58:08 +08:00
}
&-table > tbody > tr:hover .#{$ns}Table-dragBtn,
&-table > tbody > tr.is-dragging .#{$ns}Table-dragBtn,
&-table > tbody > tr.is-drop-allowed .#{$ns}Table-dragBtn {
visibility: visible;
}
.fake-hide {
visibility: hidden;
position: absolute;
}
&-badge {
position: absolute;
top: 0;
left: 0;
z-index: 25; // 因为 sticky 的时候是 20
}
&--autoFillHeight {
margin-bottom: 0;
> .#{$ns}Table-contentWrap {
> .#{$ns}Table-content table {
border-top: none; // 不然会导致拖动时顶部露出内容
}
> .#{$ns}Table-content table thead {
position: sticky; // 简单实现表头吸顶效果,不考虑 IE 11 不然太麻烦
top: 0;
z-index: 21; // 由于 badge 导致 tbody 里 tr 的 position: relative 了
}
}
> .#{$ns}Table-footToolbar {
margin-bottom: 0;
}
}
&-SFToggler {
color: var(--text-color);
font-size: var(--Button--sm-fontSize);
margin-left: var(--gap-sm);
display: inline-flex;
cursor: pointer;
&:hover {
color: var(--link-color);
font-size: var(--Button--sm-fontSize);
}
&-arrow {
width: var(--gap-md);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
transform: rotate(90deg);
> svg {
transition: transform var(--animation-duration);
display: inline-block;
color: var(--Form-select-caret-iconColor);
width: 10px;
height: 10px;
top: 0;
}
}
&.is-expanded {
color: var(--Tabs-onActive-color);
.#{$ns}Table-SFToggler-arrow > svg {
transform: rotate(180deg);
}
}
}
2019-04-30 11:11:25 +08:00
}
.#{$ns}InputTable {
.#{$ns}Field--quickEditable svg {
color: var(--primary);
&:hover {
color: var(--primary-onHover);
}
&:active {
color: var(--primary-onActive);
}
}
}
feat:新版主题、新版图标 (#5588) * fix: Wizard组件点击下一步会多提交一次问题 (#4729) * feat: 新 icon 选择器优化, 解决冲突 * feat: 新 icon 选择器 准备提交 * feat: 新 icon 选择器 * feat: 新 icon 选择器 * feat: 新 icon 选择器, 类型报错修复 * feat: 修改 * feat: 修改 scss * feat: 修改 * 新版主题——button(实验中) (#4920) * styles:新版主题——button * styles: 主题button * styles: cxd主题变量 * feat: transfer组件新版主题配置 (#4975) * feat: transfer组件新版主题配置 * feat: transfer主题配置修改 Co-authored-by: hongyang03 <hongyang03@baidu.com> * styles:更换全局样式变量(实验性) (#5065) * feat: icon 扩充为 object * 修改 * feat: 增加 clearable 属性 * Theme: 全局变量替换 (#5146) * feat: 全局变量替换 * feat: 全局变量替换 * feat: 全局变量替换 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 全局变量替换部分样式走查 (#5150) * feat: 全局变量替换 * feat: 全局变量替换 * feat: 全局变量替换 * feat: 全局变量替换部分审查 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * style:amis4.0样式走查 * style: 修改rem直接使用的问题 * style:amis4.0样式走查 (#5165) * style:amis4.0样式走查 * style: 修改rem直接使用的问题 Co-authored-by: zhangzheyu02 <zhangzheyu02@baidu.com> * feat: 合并master分支到theme (#5197) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * test: crud interval&stopAutoRefreshWhen * test: crud draggable&itemDraggableOn * test: CRUD interval&stopAutoRefreshWhen * test: 补全table selectable&itemCheckableOn属性单测 * fix: DateRangePicker取消按钮无法点击的问题 * fix: 修复DateTime组件,时间选择器高度与日期对齐 * fix: table-view 的边框只应该在 td 上设置 * fix: 1. DateRangeTimePicker选中开始时间后,结束时间跳转到23:59 2. DateRangePicker 点击结束时间后,日期选择窗口总是关闭 * feat: DateRangePicker 对无法选择的日期上增加disabled样式 * fix: DateRangePicker 输入日期时展示错误 * chore: 优化地理位置dispose逻辑 (#4918) * feat: table-view 的所有属性支持变量 * docs: 补充 mapping 渲染其它 amis 组件的示例 * fix: TreeSelect多选选中后没有清空input搜索内容 (#4843) * fix: input-tag max 属性bug修复 * fix: input-tag max 属性bug修复 * 修改 * 修改 * feat: Property 的 title 等属性支持自动变量解析 Closes #4900 * fix: 公式编辑器高亮问题 (#4945) * fix: transfer tree 右侧无法滚动 (#4686) * fix: Service组件Unmount方法缺失问题 (#4954) * chore: 修复编译 warnning * fix: #4828 Select组件搜索时输入空格错误关闭下拉框,关闭快捷键改为组合键 (#4930) * style: Card组件按钮区图标文字间隔 (fix #4901) (#4931) * fix: InputTag组件placeholder属性不生效问题 (#4933) * test: 补全table selectable&itemCheckableOn属性单测 test: CRUD + quickEdit & quickSaveApi & quickSaveItemApi & saveImmediately * feat:ajax动作返回数据格式调整 * 修改测试用例 * 修改测试用例 * outputVar中增加数据 * 去掉字段 * chore: 补充 radios switch input-text 单测 * 修改 * 完善 * style:组件time/date/anchornav/progress/alert样式对齐4.0 (#4890) * style:组件time/date/anchornav/progress/alert样式对齐4.0 * test:更新测试用例 * pref:日期图标替换 * test:更新测试用例 Co-authored-by: hongyang03 <hongyang03@baidu.com> * styles: tabs、input-rating、input-text、textarea 组件样式问题修复 (#4943) * feat: 修改 * 2 * feat: tabs * feat: textarea * feat: 修改 Co-authored-by: liuzedong02 <liuzedong02@baidu.com> * style:transfer、form、pagination 4.0样式问题修改 (#4956) Co-authored-by: sarding <hongfuquan@baidu.com> * styles:dialog、nestedSelect、picker样式优化 (#4973) * style:table组件对齐4.0样式 (#4964) * style:table组件对齐4.0样式 * fix:更新table status快照 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * fix: 公式变量点选时嵌套问题 (#4974) * fix: 修复选项的 autoFill 会出现对象 merge 的情况 * styles:修复crud headerToolbart右对齐按钮没有间距问题 * Feat amis badge (#4962) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * feat: badge,steps,timeline对齐4.0 * BCE-JC-20760 feat: 合并冲突 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * fix:amis 4.0样式对齐 checkbox&select等组件 (#4878) * fix:amis 4.0样式对齐 checkbox&select等组件 * style:修复checkbox勾选框hover上去出现小圆点 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * fix: steps恢复子标题 (#4987) * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层 * fix: 点状步骤条样式修改 * feat: steps样式调整 * feat: 补充steps单测 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * styles: 补全全局变量 (#4985) * style:修复form表单按钮靠左 (#4988) Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * amis4.0样式对齐 (#4927) Co-authored-by: zhangzheyu02 <zhangzheyu02@baidu.com> * fix: 排序字段中间态 orderDir 没有置空问题 (#4971) Co-authored-by: srleng <srleng@gaojihealth.com> * styles:修复dialog内容x轴被遮挡问题 (#4992) * fix:TextControlSchema nativeInputClassName声明 (#4993) * styles: 修复overflow hidden问题 (#4997) * fix: 修复 Combo配置unique属性空字符的逻辑判断 * fix:CRUD其他模式loading不显示问题 (#5000) * fit:CRUD其他模式loading不显示问题 * fit:CRUD其他模式loading不显示问题 * fix: 修复table中combineNum不生效 (#5003) * test: 补充tabs单测 (#4991) * docs: 更新执行单元测试步骤 (#4976) * fix: select组件size=lg时展示错误 (#5008) * fix: select组件size=lg时展示错误 (#4599) * fix: 修复dev环境 mobile scss加载失败 * chore: update snapshot * fix: CRUD设置超级表头后全选checkbox展示错误 (#5012) * fix: CRUD设置超级表头后全选checkbox展示错误 * doc(HeaderGroup): 更新示例文档 Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> * feat: Image组件支持innerClassName (#4977) * fix: Checkboxes组件全选状态样式展示错误 (#5015) * remove redundant (#4959) * fix: SDK模式下Toast位置为top-center (resolve #4928) (#4986) * feat: ImageGallery支持工具栏 (#5005) * fix: Steps组件status使用变量时不生效问题 (#4983) * fix:修复日期范围选择器样式 (#5016) * fix:修复日期范围选择器样式 * pref:更新测试用例 * pref:去的fis轮询 Co-authored-by: hongyang03 <hongyang03@baidu.com> * chore: 更新依赖,tinymce 到 6.1.2,echarts 到 5.3.1,qrcode.react 到 3.1.0,reac… (#5018) * chore: 更新依赖,tinymce 到 6.1.2,echarts 到 5.3.1,qrcode.react 到 3.1.0,react 到 18.2.0 * 调整一下 tinymce 默认 toolbar * 调整一下 tinymce 默认 toolbar * feat: service 支持 js: 请求,使得动态渲染支持 JavaScript 函数 (#4866) * fix: InputTable列使用默认值时无法更新到数据域的问题 (#4970) * fix: 修复CRUD在dialog中时表头无法固定 (#4995) * fix: 修复CRUD在dialog中时表头无法固定 * fix: 修复CRUD在dialog中时表头无法固定(用一种破坏性更小的方案) * chore: Echarts 补充 valueFormatter 字符串函数支持 (#5023) * fix: CRUD查询表单reset-and-submit刷新两次问题; InputText使用AutoComplete光标无法切换问题 (#5022) Co-authored-by: tooeast <liuzedong02@baidu.com> * fix: 兼容低版本浏览器配置table:autoFillHeight(不支持sticky) (#5020) * v2.1.0 * test: Timeline Wizard (#5031) * test: Timeline * test: Wizard * fix: 修复DateRangePicker存在多个active (#5035) * fix: 避免 react 报控件值从 uncontrolled 到 controlled 切换 (#5032) * fix: select 接口报错时 url 应该显示为实际请求地址 (#5033) * feat:自定义js动作支持异步 (#5044) * test: 补充Steps, Pagination单测 (#5034) * test: steps * test: pagination * fix: ConditionBuilder disabled 后还能拖动和删除 (#4655) (#5045) * fix: ConditionBuilder disabled 后还能拖动和删除 (#4655) (#5045) * fix:修复table存在异步数据时,固定表头宽度错位问题 (#5036) * fix: CRUD开启超级表头时展开列显示错误,合并列元素只有1个时无法显示remark问题 (#5047) * docs:补充更新组件数据时获取数据域的说明 (#5055) * docs:补充更新组件数据时获取数据域的说明 * docs:补充更新组件数据时获取数据域的说明&异步JS动作说明 * docs:补充更新组件数据时获取数据域的说明&异步JS动作说明 * fix: CRUD设置combineNum不生效 (#5059) * fix: CRUD设置combineNum不生效 * fix: 调整table计算 header fixed 的逻辑,兼容滚动元素可能包含多个子元素 * fix: #4566 PR 补丁 [pullRefresh.disabled为 false情况下,内容区展示异常问题] * fix:修复 CRUD组件更改columns字段不立刻生效问题 (#5077) Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“> * 修复人员组件默认值 (#5079) Co-authored-by: zhangxulong <zhangxulong@baidu.com> * fix: crud2 CRUD2TableSchema mode value * fix: fix doc error caused by vulnerable example. (#5068) * fix: tree校验问题 & minLength和maxLength属性提示问题 (#5048) Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“> * feat: Form Debug区域使用json显示; chore: 修正使用Form debug区域校验的单测 (#5056) * fix: table中toolbar增加padding效果(#4757) (#5069) * chore: input-number、input-range、checkbox 单测用例补充 & range style 百分比最多保留两位 (#5076) * checkbox 单测补充 * input-number 单测补充 * input-range 单测补充 & range style 百分比最多保留两位 Co-authored-by: tooeast <liuzedong02@baidu.com> * docs: 修复GitHub编辑链接错误,Flexbox文档链接和文件链接统一 (#5037) * fix(CRUD): 操作栏列不下发loading (#5046) * feat: optinos 支持配置新增和编辑的弹框属性;修复编辑属性 popover 无法显示问题;去掉代码里遗漏的 component… (#5085) * feat: optinos 支持配置新增和编辑的弹框属性;修复编辑属性 popover 无法显示问题;去掉代码里遗漏的 componentWillMount * 支持外部代码实现删除逻辑 * chore: 发布 2.1.1-beta.2 (#5086) * fix: CRUD列字段无返回值时会错误展示字段值问题; chore: 修复InputRange单测 (#5094) * style: Dialog显/隐切换卡顿问题 (#5107) * fix: InputTable组件needConfirm为true时无法新增行问题 (#5108) * fix: 修复导出 CSV 时如果值是对象就无法显示问题 (#5103) * Revert "fix: 兼容低版本浏览器配置table:autoFillHeight(不支持sticky) (#5020)" (#5109) This reverts commit f81d18c7c844add3ad7ff18f68613312db6afe92. * v2.1.1-beta.3 * docs: 修复主干版本跳转链接出错的问题 (#5099) * fix: options 内容过多时超出显示问题 (#5112) * fix: Page css、cssVars属性更新问题修复 (#5113) Co-authored-by: wanglinfang <wanglinfang@baidu.com> * fix: 锚点导航定位问题修复 (#5114) Co-authored-by: tooeast <liuzedong02@baidu.com> * feat: 全局变量替换 * feat: 全局变量替换 * feat: 全局变量替换 * feat: 全局变量替换部分审查 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: meerkat <kit_hack@outlook.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RickCole <rickcole21@outlook.com> Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: Allen <yupeng.fe@qq.com> Co-authored-by: pianruijie <13522335863@163.com> Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: 2betop <2betop.cn@gmail.com> Co-authored-by: zzy1415447829 <49521093+zzy1415447829@users.noreply.github.com> Co-authored-by: zhangzheyu02 <zhangzheyu02@baidu.com> Co-authored-by: lengshengren <379306634@qq.com> Co-authored-by: srleng <srleng@gaojihealth.com> Co-authored-by: pzzhai <48534104+pzzhai@users.noreply.github.com> Co-authored-by: lurunze1226 <lurunze1226@foxmail.com> Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“> Co-authored-by: Ma ke <33743617+jiatianqi@users.noreply.github.com> Co-authored-by: 龙少 <1769057083@qq.com> Co-authored-by: zhangxulong <zhangxulong@baidu.com> Co-authored-by: yangwei9012 <yangwei9012@163.com> Co-authored-by: Viki <53367348+Vikiboss@users.noreply.github.com> Co-authored-by: qianxiaofendou <stianle@163.com> Co-authored-by: Yuan Zhang <81345419+YuanZzhang@users.noreply.github.com> Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com> Co-authored-by: wanglinfang <wanglinfang@baidu.com> * styles:主题样式走查 (#5214) * feat: 主题变量修改 (#5228) Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * styles: 新版主题兼容antd (#5229) * feat: AntD主题对齐 * amis4.0样式走查2期修改 * amis4.0二次走查修改变量 * feat: 主题对齐 (#5252) Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * feat: 边框变量修改 (#5257) * feat: 主题对齐 * feat: 边框变量修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * style:组件4.0 style修改 (#5234) * style:组件4.0 style修改 * style:alert组件变量修改 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * New theme (#5276) * feat: 主题对齐 * feat: 边框变量修改 * feat: 主题样式对齐 * feat: button样式修改 * feat: nest pading修改 * feat: nest pading修改 Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> * styles: 主题问题修复 (#5279) * styles: 新版主题样式修改 (#5293) * style:组件主题变量修改 (#5294) * style:组件主题变量修改 * style:wizard&drawer等变量修改 * 常量用变量替换 Co-authored-by: xujiahao01 <xujiahao01@baidu.com> * New theme update (#5452) * feat:主题变量修改 * fix:修改 Co-authored-by: hongyang03 <hongyang03@baidu.com> * fix:修复图标选择css变量 * fix:button enhance类型样式修改 * amis-saas-2569 主题bugfix * style:对象生成图标 对齐高度 * feat:collapse&inputTable&alert2&Avatar接入自定义图标 * style:人员选择组件背景色主题化 * test:更新快照 * test:更新快照 * test:更新快照 * test:更新快照 Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Co-authored-by: liuzedong02 <liuzedong02@baidu.com> Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com> Co-authored-by: hongyang03 <hongyang03@baidu.com> Co-authored-by: sansiro <sansiro@sansiro.me> Co-authored-by: qiaoganggang <43558337+qiaogg@users.noreply.github.com> Co-authored-by: qiaoganggang <qiaoganggang@baidu.com> Co-authored-by: zhangzheyu02 <zhangzheyu02@baidu.com> Co-authored-by: zzy1415447829 <49521093+zzy1415447829@users.noreply.github.com> Co-authored-by: meerkat <kit_hack@outlook.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: RickCole <rickcole21@outlook.com> Co-authored-by: Allen <yupeng.fe@qq.com> Co-authored-by: pianruijie <13522335863@163.com> Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com> Co-authored-by: sarding <37691952+sarding@users.noreply.github.com> Co-authored-by: sarding <hongfuquan@baidu.com> Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com> Co-authored-by: xujiahao01 <xujiahao01@baidu.com> Co-authored-by: 2betop <2betop.cn@gmail.com> Co-authored-by: lengshengren <379306634@qq.com> Co-authored-by: srleng <srleng@gaojihealth.com> Co-authored-by: pzzhai <48534104+pzzhai@users.noreply.github.com> Co-authored-by: lurunze1226 <lurunze1226@foxmail.com> Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“> Co-authored-by: Ma ke <33743617+jiatianqi@users.noreply.github.com> Co-authored-by: 龙少 <1769057083@qq.com> Co-authored-by: zhangxulong <zhangxulong@baidu.com> Co-authored-by: yangwei9012 <yangwei9012@163.com> Co-authored-by: Viki <53367348+Vikiboss@users.noreply.github.com> Co-authored-by: qianxiaofendou <stianle@163.com> Co-authored-by: Yuan Zhang <81345419+YuanZzhang@users.noreply.github.com> Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com> Co-authored-by: wanglinfang <wanglinfang@baidu.com> Co-authored-by: 徐佳豪 <1440054388@qq.com>
2022-10-19 10:38:52 +08:00
.#{$ns}InputTable {
.#{$ns}Field--quickEditable svg {
color: var(--primary);
&:hover {
color: var(--primary-onHover);
}
&:active {
color: var(--primary-onActive);
}
}
}
.#{$ns}InputTable-toolbar {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.#{$ns}InputTable-pager {
margin-left: auto;
}
2019-04-30 11:11:25 +08:00
.#{$ns}OperationField {
2019-12-06 09:58:08 +08:00
margin: px2rem(-3px);
2019-04-30 11:11:25 +08:00
> .#{$ns}Button,
> .#{$ns}Button--disabled-wrap > .#{$ns}Button {
2019-12-06 09:58:08 +08:00
margin: px2rem(3px);
2020-08-20 20:16:08 +08:00
}
2020-10-23 15:49:17 +08:00
> .#{$ns}Button--disabled-wrap > .#{$ns}Button--link {
2020-08-20 13:51:47 +08:00
padding: 0;
2019-12-06 09:58:08 +08:00
}
2020-06-08 16:53:52 +08:00
> .#{$ns}Button--link {
padding: 0;
margin-right: px2rem(10px);
}
2019-12-06 09:58:08 +08:00
}
/* 移动端样式调整 */
@include media-breakpoint-down(sm) {
.#{$ns}Table-table > thead > tr > th {
border-bottom: none;
&::before {
@include hairline-bottom(var(--Table-thead-borderColor));
}
}
.#{$ns}Table-table th,
.#{$ns}Table-table td {
position: relative;
border-bottom: none;
&::before {
@include hairline-bottom(var(--Table-borderColor));
}
}
}