feat:修改项目页面表格下拉框

This commit is contained in:
李晓鸽
2022-10-10 18:11:31 +08:00
parent 53072721d0
commit 5f90efd974
5 changed files with 1795 additions and 710 deletions

View File

@@ -78,7 +78,6 @@ border: 1px solid #C7CBD2 !important;
// 表格--------------------------------- // 表格---------------------------------
.tableBox{ .tableBox{
.ant-table-row .ant-table-cell{ .ant-table-row .ant-table-cell{
height: 48px ; height: 48px ;
font-size: 14px; font-size: 14px;
@@ -148,4 +147,48 @@ border: 1px solid #C7CBD2 !important;
display: none; display: none;
} }
} }
} }
// 表格---------------------------------
//表格下拉框-------------------------------------------
.tableSelect {
margin-left: 21px;
display: inline-block;
.ant-select:not(.ant-select-customize-input)
.ant-select-selector
.ant-select-selection-search-input {
background-color: rgba(255, 255, 255, 0);
border: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: rgba(255, 255, 255, 0);
border: none;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
padding: 0;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
.ant-select-selector {
box-shadow: none;
}
.ant-select-arrow {
right: 0px;
color: rgba(0, 0, 0, 0.8);
font-size: 14px;
line-height: 36px;
// top: 17px;
top:14px;
}
.ant-select-selection-item {
font-size: 14px;
font-weight: 400;
color: #4ea6ff;
line-height: 36px;
}
.ant-select-single.ant-select-open .ant-select-selection-item{
color: #4ea6ff;
}
}
.tabledropdown {
width: 100px !important;
}
//表格下拉框-------------------------------------------

View File

@@ -112,7 +112,7 @@ export default {
} }
.roleItems { .roleItems {
width: 109px; width: 109px;
height: 80px; height: 90px;
padding-top: 10px; padding-top: 10px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
@@ -121,6 +121,7 @@ export default {
right: 0px; right: 0px;
text-align: center; text-align: center;
display: none; display: none;
z-index: 100;
} }
.roleItem { .roleItem {
font-size: 14px; font-size: 14px;

File diff suppressed because it is too large Load Diff

View File

@@ -198,7 +198,7 @@ export default {
}; };
</script> </script>
<style scoped lang="scss" > <style scoped lang="scss">
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after {
content: " "; content: " ";
@@ -602,4 +602,4 @@ export default {
} }
} }
} }
</style> </style>

File diff suppressed because it is too large Load Diff