mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
feat:修改项目页面表格下拉框
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
//表格下拉框-------------------------------------------
|
||||||
@@ -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
@@ -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
Reference in New Issue
Block a user