[update] 修改bug
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
@@ -124,11 +124,19 @@
|
||||
border-right-color: @primary-color;
|
||||
border-radius: 0;
|
||||
}
|
||||
// 去圆角
|
||||
div.ant-table table,
|
||||
.ant-table .ant-table-thead > tr:first-child > th:last-child,
|
||||
.ant-table .ant-table-thead > tr:first-child > th:first-child {
|
||||
border-radius: 0;
|
||||
}
|
||||
/* 表格样式end */
|
||||
|
||||
/* 分页器样式begin */
|
||||
.ant-pagination.ant-table-pagination.mini {
|
||||
@gray: #D0DEEE;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
|
||||
// 总条数
|
||||
.ant-pagination-total-text {
|
||||
@@ -254,6 +262,10 @@
|
||||
.ant-select-open .ant-select-arrow::after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
// 删除
|
||||
.ant-select-selection:hover .ant-select-selection__clear {
|
||||
color: @text-color-secondary;
|
||||
}
|
||||
/* 下拉框end */
|
||||
|
||||
/* 表单禁用样式begin */
|
||||
@@ -384,6 +396,9 @@
|
||||
.ml-8 {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.mb-4 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.mb-20 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -407,9 +422,6 @@
|
||||
.info-row.info-row-inline {
|
||||
display: inline-flex;
|
||||
}
|
||||
.info-row:not(:last-child):not(.info-row-inline) {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.info-row .info-label {
|
||||
flex: auto;
|
||||
font-family: PingFang SC, PingFang SC, sans-serif;
|
||||
@@ -470,7 +482,7 @@
|
||||
|
||||
// 标题加渐变背景
|
||||
.title-background {
|
||||
margin-bottom: 14px;
|
||||
margin-bottom: 9px;
|
||||
font-family: DingTalk JinBuTi, DingTalk JinBuTi, sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
@@ -530,6 +542,9 @@
|
||||
.ant-form-item-label > label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-form-item-control {
|
||||
line-height: 35.5px;
|
||||
}
|
||||
}
|
||||
/* 表单end */
|
||||
|
||||
@@ -547,6 +562,13 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
// 表格中的tag对齐inline-block导致错位,父元素字体调整为0,解决tag对齐问题
|
||||
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td:has( > .tag-blue),
|
||||
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td:has( > .tag-cyan)
|
||||
{
|
||||
padding: 0 !important;
|
||||
font-size: 0;
|
||||
}
|
||||
.tag-blue {
|
||||
background: rgba(0,148,255,0.2);
|
||||
color: rgba(0,148,255,1);
|
||||
|
||||
Reference in New Issue
Block a user