Commit 0845d029 authored by “yiyousong”'s avatar “yiyousong”

pref:修改样式穿透

parent 5473825a
...@@ -165,12 +165,12 @@ export default { ...@@ -165,12 +165,12 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.ant-upload-select-picture-card) i { /deep/.ant-upload-select-picture-card i {
font-size: 32px; font-size: 32px;
color: #999; color: #999;
} }
:deep(.ant-upload-select-picture-card) .ant-upload-text { /deep/.ant-upload-select-picture-card .ant-upload-text {
margin-top: 8px; margin-top: 8px;
color: #666; color: #666;
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<a-tabs v-model="tabsActive" @change="tabsChange" :forceRender="false"> <a-tabs v-model="tabsActive" @change="tabsChange" :forceRender="false">
<a-tab-pane <a-tab-pane
:key="item.path" :key="item.path"
v-for="(item, index) of tabsList['children']" v-for="item of tabsList['children']"
:tab="item['meta']['title']" :tab="item['meta']['title']"
> >
</a-tab-pane> </a-tab-pane>
...@@ -89,12 +89,12 @@ export default { ...@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
} }
:deep(.ant-tabs-nav) { /deep/.ant-tabs-nav {
.ant-tabs-tab { .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
} }
} }
:deep(.ant-tabs-tab) { /deep/.ant-tabs-tab {
font-size: 1rem !important; font-size: 1rem !important;
& + .ant-tabs-tab { & + .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
......
...@@ -321,22 +321,22 @@ export default { ...@@ -321,22 +321,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selectio)n { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -380,13 +380,13 @@ export default { ...@@ -380,13 +380,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -317,22 +317,22 @@ export default { ...@@ -317,22 +317,22 @@ export default {
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 15rem !important; width: 15rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -384,13 +384,13 @@ export default { ...@@ -384,13 +384,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.ant-drawer-content) { /deep/.ant-drawer-content {
overflow-x: hidden !important; overflow-x: hidden !important;
} }
</style> </style>
......
...@@ -89,12 +89,12 @@ export default { ...@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
} }
:deep(.ant-tabs-nav) { /deep/.ant-tabs-nav {
.ant-tabs-tab { .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
} }
} }
:deep(.ant-tabs-tab) { /deep/.ant-tabs-tab {
font-size: 1rem !important; font-size: 1rem !important;
& + .ant-tabs-tab { & + .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
......
...@@ -191,22 +191,22 @@ export default { ...@@ -191,22 +191,22 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -251,13 +251,13 @@ export default { ...@@ -251,13 +251,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -260,22 +260,22 @@ export default { ...@@ -260,22 +260,22 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 15rem !important; width: 15rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -320,13 +320,13 @@ export default { ...@@ -320,13 +320,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.ant-drawer-content) { /deep/.ant-drawer-content {
overflow-x: hidden !important; overflow-x: hidden !important;
} }
.headerInfo { .headerInfo {
......
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.ant-drawer-content) { /deep/.ant-drawer-content {
overflow-x: hidden !important; overflow-x: hidden !important;
} }
.box1 { .box1 {
......
...@@ -93,12 +93,12 @@ export default { ...@@ -93,12 +93,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
} }
:deep(.ant-tabs-nav) { /deep/.ant-tabs-nav {
.ant-tabs-tab { .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
} }
} }
:deep(.ant-tabs-tab) { /deep/.ant-tabs-tab {
font-size: 1rem !important; font-size: 1rem !important;
& + .ant-tabs-tab { & + .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
......
...@@ -299,22 +299,22 @@ export default { ...@@ -299,22 +299,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -358,13 +358,13 @@ export default { ...@@ -358,13 +358,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -93,12 +93,12 @@ export default { ...@@ -93,12 +93,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
} }
:deep(.ant-tabs-nav) { /deep/.ant-tabs-nav {
.ant-tabs-tab { .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
} }
} }
:deep(.ant-tabs-tab) { /deep/.ant-tabs-tab {
font-size: 1rem !important; font-size: 1rem !important;
& + .ant-tabs-tab { & + .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
......
...@@ -89,12 +89,12 @@ export default { ...@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
} }
:deep(.ant-tabs-nav) { /deep/.ant-tabs-nav {
.ant-tabs-tab { .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
} }
} }
:deep(.ant-tabs-tab) { /deep/.ant-tabs-tab {
font-size: 1rem !important; font-size: 1rem !important;
& + .ant-tabs-tab { & + .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
......
...@@ -279,22 +279,22 @@ export default { ...@@ -279,22 +279,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -338,13 +338,13 @@ export default { ...@@ -338,13 +338,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -296,22 +296,22 @@ export default { ...@@ -296,22 +296,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -356,13 +356,13 @@ export default { ...@@ -356,13 +356,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -89,12 +89,12 @@ export default { ...@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
} }
:deep(.ant-tabs-nav) { /deep/.ant-tabs-nav {
.ant-tabs-tab { .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
} }
} }
:deep(.ant-tabs-tab) { /deep/.ant-tabs-tab {
font-size: 1rem !important; font-size: 1rem !important;
& + .ant-tabs-tab { & + .ant-tabs-tab {
margin: 0 !important; margin: 0 !important;
......
...@@ -247,22 +247,22 @@ export default { ...@@ -247,22 +247,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -307,13 +307,13 @@ export default { ...@@ -307,13 +307,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -283,22 +283,22 @@ export default { ...@@ -283,22 +283,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection-selected-value) { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -343,13 +343,13 @@ export default { ...@@ -343,13 +343,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
:deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -374,22 +374,22 @@ export default { ...@@ -374,22 +374,22 @@ export default {
// // font-size: 16px; // // font-size: 16px;
// } // }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -434,13 +434,13 @@ export default { ...@@ -434,13 +434,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
} }
} }
:deep(.ant-modal-body) { /deep/.ant-modal-body {
min-height: 300px !important; min-height: 300px !important;
max-height: 550px !important; max-height: 550px !important;
overflow-y: auto !important; overflow-y: auto !important;
......
...@@ -130,13 +130,13 @@ export default { ...@@ -130,13 +130,13 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.ant-steps-icon) { /deep/.ant-steps-icon {
top: -4px !important; top: -4px !important;
} }
:deep(.ant-drawer-content) { /deep/.ant-drawer-content {
overflow-x: hidden !important; overflow-x: hidden !important;
} }
:deep(.icon_box) { /deep/.icon_box {
margin-top: -20px !important; margin-top: -20px !important;
display: inline-block; display: inline-block;
width: 12px; width: 12px;
...@@ -239,7 +239,7 @@ export default { ...@@ -239,7 +239,7 @@ export default {
color: #f7072f; color: #f7072f;
} }
:deep(.ant-steps-item-tail) { /deep/.ant-steps-item-tail {
left: 6px !important; left: 6px !important;
top: 24px !important; top: 24px !important;
border-left: 3px dashed #e6f5ff !important; border-left: 3px dashed #e6f5ff !important;
...@@ -247,7 +247,7 @@ export default { ...@@ -247,7 +247,7 @@ export default {
background: none !important; background: none !important;
} }
} }
:deep(.ant-steps-item) { /deep/.ant-steps-item {
& + .ant-steps-item { & + .ant-steps-item {
margin-top: 25px !important; margin-top: 25px !important;
} }
......
...@@ -375,22 +375,22 @@ export default { ...@@ -375,22 +375,22 @@ export default {
// font-size: 16px; // font-size: 16px;
} }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -435,13 +435,13 @@ export default { ...@@ -435,13 +435,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -192,22 +192,22 @@ export default { ...@@ -192,22 +192,22 @@ export default {
// font-size: 16px; // font-size: 16px;
} }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
......
...@@ -182,22 +182,22 @@ export default { ...@@ -182,22 +182,22 @@ export default {
// font-size: 16px; // font-size: 16px;
} }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 17rem !important; width: 17rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
......
<template> <template>
<div class="Container"> <div class="Container">
<div class="search_box"> <div class="search_box">
<a-input v-model="searchVal"> <!-- <a-input v-model="searchVal">
<a-select slot="addonBefore" v-model="selectVal" style="width: 90px"> <a-select slot="addonBefore" v-model="selectVal" style="width: 90px">
<a-select-option <a-select-option
:value="item.value" :value="item.value"
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</a-select-option> </a-select-option>
</a-select> </a-select>
<button class="addonAfter_btn" slot="addonAfter">查询</button> <button class="addonAfter_btn" slot="addonAfter">查询</button>
</a-input> </a-input> -->
</div> </div>
<div class="skipOption_box"> <div class="skipOption_box">
<ul class="list"> <ul class="list">
...@@ -262,7 +262,7 @@ export default { ...@@ -262,7 +262,7 @@ export default {
@headerH: 4.5rem; @headerH: 4.5rem;
.Container { .Container {
height: 100%; height: 100%;
min-height: 960px; // min-height: 960px;
background: url("~@/assets/images/u22.png") center no-repeat; background: url("~@/assets/images/u22.png") center no-repeat;
background-size: cover; background-size: cover;
padding-top: @headerH; padding-top: @headerH;
...@@ -317,21 +317,21 @@ export default { ...@@ -317,21 +317,21 @@ export default {
width: 100%; width: 100%;
} }
:deep(.ant-input-group-wrapper) { /deep/.ant-input-group-wrapper {
width: 790px !important; width: 790px !important;
} }
:deep(.ant-input-group-addon) { /deep/.ant-input-group-addon {
height: 45px !important; height: 45px !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 45px !important; height: 45px !important;
} }
:deep(.ant-input-group-addon):first-child { /deep/.ant-input-group-addon:first-child {
background: #ffffff !important; background: #ffffff !important;
} }
:deep(.ant-input-group-addon):last-child { /deep/.ant-input-group-addon:last-child {
padding: 0 !important; padding: 0 !important;
border: 0 !important; border: 0 !important;
margin: 0 !important; margin: 0 !important;
......
...@@ -204,17 +204,17 @@ export default { ...@@ -204,17 +204,17 @@ export default {
color: #fff; color: #fff;
margin-right: 1rem; margin-right: 1rem;
} }
.selectOnptions { /deep/ .selectOnptions {
:deep(.ant-select) { .ant-select {
font-size: 1rem !important; font-size: 1rem !important;
color: #fff !important; color: #fff !important;
} }
:deep(.ant-select-arrow) { .ant-select-arrow {
color: #fff !important; color: #fff !important;
right: 6px !important; right: 6px !important;
margin-top: -7px !important; margin-top: -7px !important;
} }
:deep(.ant-select-selection) { .ant-select-selection {
border: none !important; border: none !important;
background: transparent !important; background: transparent !important;
min-width: 120px; min-width: 120px;
......
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
} }
:deep(.ant-input) { /deep/.ant-input {
width: 30rem !important; width: 30rem !important;
margin-right: 2rem; margin-right: 2rem;
height: 3rem !important; height: 3rem !important;
......
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
padding-bottom: 35px; padding-bottom: 35px;
} }
:deep(.ant-input)-group :deep(.ant-input) { /deep/.ant-input-group .ant-input {
width: 480px; width: 480px;
height: 48px; height: 48px;
border-radius: 5px; border-radius: 5px;
...@@ -213,9 +213,7 @@ export default { ...@@ -213,9 +213,7 @@ export default {
margin-left: 20px; margin-left: 20px;
border-radius: 5px; border-radius: 5px;
} }
:deep(.ant-input)-search-enter-button /deep/.ant-input-search-enter-button input + .ant-input-group-addon {
input
+ :deep(.ant-input)-group-addon {
background-color: #ccc0; background-color: #ccc0;
} }
} }
......
...@@ -270,22 +270,22 @@ export default { ...@@ -270,22 +270,22 @@ export default {
// font-size: 16px; // font-size: 16px;
} }
} }
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 15rem !important; width: 15rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -324,13 +324,13 @@ export default { ...@@ -324,13 +324,13 @@ export default {
.ant-table-row-indent { .ant-table-row-indent {
padding-left: 0 !important; padding-left: 0 !important;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -394,22 +394,22 @@ export default { ...@@ -394,22 +394,22 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 21rem !important; width: 21rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 210px !important; width: 210px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -448,13 +448,13 @@ export default { ...@@ -448,13 +448,13 @@ export default {
.ant-table-row-indent { .ant-table-row-indent {
padding-left: 0 !important; padding-left: 0 !important;
} }
:deep(.ant-btn-link) { .ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -300,13 +300,13 @@ export default { ...@@ -300,13 +300,13 @@ export default {
} }
} }
.main { .main {
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -94,13 +94,13 @@ export default { ...@@ -94,13 +94,13 @@ export default {
} }
} }
} }
:deep().ant-checkbox-group { /deep/.ant-checkbox-group {
text-align: left !important; text-align: left !important;
} }
:deep().ant-modal-body { /deep/.ant-modal-body {
padding: 0 !important; padding: 0 !important;
} }
:deep().ant-checkbox + span { /deep/.ant-checkbox + span {
display: inline-block !important; display: inline-block !important;
max-width: 7.2rem !important; max-width: 7.2rem !important;
line-height: 12px !important; line-height: 12px !important;
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
text-overflow: ellipsis !important; text-overflow: ellipsis !important;
white-space: nowrap !important; white-space: nowrap !important;
} }
:deep().ant-checkbox + span { /deep/.ant-checkbox + span {
display: inline-block !important; display: inline-block !important;
width: 100% !important; width: 100% !important;
padding-right: 0px !important; padding-right: 0px !important;
......
...@@ -350,23 +350,23 @@ export default { ...@@ -350,23 +350,23 @@ export default {
background: #f5f5f5; background: #f5f5f5;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
:deep(.ant-checkbox-wrapper) { /deep/.ant-checkbox-wrapper {
margin: 0 0 0.8rem; margin: 0 0 0.8rem;
} }
:deep(.ant-form) { /deep/.ant-form {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-col) { /deep/.ant-col {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-form-item-control) { /deep/.ant-form-item-control {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-form-item) { /deep/.ant-form-item {
height: 100% !important; height: 100% !important;
margin: 0px; margin: 0px;
} }
:deep(.ant-checkbox-group) { /deep/.ant-checkbox-group {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
} }
...@@ -475,7 +475,7 @@ export default { ...@@ -475,7 +475,7 @@ export default {
} }
} }
} }
:deep(.ant-card) { /deep/.ant-card {
height: 100% !important; height: 100% !important;
display: flex !important; display: flex !important;
flex-direction: column !important; flex-direction: column !important;
......
...@@ -284,16 +284,16 @@ export default { ...@@ -284,16 +284,16 @@ export default {
.tab { .tab {
margin-top: 20px; margin-top: 20px;
:deep(.ant-table-thead) > tr > th { /deep/.ant-table-thead > tr > th {
text-align: center; text-align: center;
} }
:deep(.ant-table) table { /deep/.ant-table table {
text-align: center; text-align: center;
} }
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
......
...@@ -261,22 +261,22 @@ export default { ...@@ -261,22 +261,22 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 15rem !important; width: 15rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -328,13 +328,13 @@ export default { ...@@ -328,13 +328,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -408,7 +408,7 @@ export default { ...@@ -408,7 +408,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.ant-drawer-content) { /deep/.ant-drawer-content {
overflow-x: hidden !important; overflow-x: hidden !important;
} }
.drawer_footer { .drawer_footer {
...@@ -432,10 +432,10 @@ export default { ...@@ -432,10 +432,10 @@ export default {
text-align: center; text-align: center;
padding-top: 10px; padding-top: 10px;
} }
:deep(.ant-drawer-body) { /deep/.ant-drawer-body {
margin-bottom: 100px; margin-bottom: 100px;
} }
:deep(.ant-radio-group) { /deep/.ant-radio-group {
margin-bottom: 10px !important; margin-bottom: 10px !important;
} }
</style> </style>
......
...@@ -213,22 +213,22 @@ export default { ...@@ -213,22 +213,22 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 15rem !important; width: 15rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -280,13 +280,13 @@ export default { ...@@ -280,13 +280,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -203,22 +203,22 @@ export default { ...@@ -203,22 +203,22 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
:deep(.ant-input-affix-wrapper) { /deep/.ant-input-affix-wrapper {
width: 15rem !important; width: 15rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-input) { /deep/.ant-input {
height: 2.3rem !important; height: 2.3rem !important;
} }
:deep(.ant-select-selection) { /deep/.ant-select-selection {
width: 170px !important; width: 170px !important;
height: 2.3rem !important; height: 2.3rem !important;
margin-right: 1rem !important; margin-right: 1rem !important;
} }
:deep(.ant-select-selection__rendered) { /deep/.ant-select-selection__rendered {
height: 100% !important; height: 100% !important;
} }
:deep(.ant-select-selection)-selected-value { /deep/.ant-select-selection-selected-value {
height: 100% !important; height: 100% !important;
line-height: 2.3rem !important; line-height: 2.3rem !important;
} }
...@@ -270,13 +270,13 @@ export default { ...@@ -270,13 +270,13 @@ export default {
.type2 { .type2 {
color: #04ca8f; color: #04ca8f;
} }
:deep(.ant-btn-link) { /deep/.ant-btn-link {
padding: 0 !important; padding: 0 !important;
& + :deep(.ant-btn-link) { & + .ant-btn-link {
margin-left: 1rem !important; margin-left: 1rem !important;
} }
} }
/dee/ :deep(.ant-table-pagination) { /deep/.ant-table-pagination {
float: left !important; float: left !important;
} }
} }
......
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
} }
:deep(.ant-input) { /deep/.ant-input {
width: 30rem !important; width: 30rem !important;
margin-right: 2rem; margin-right: 2rem;
height: 3rem !important; height: 3rem !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment