Commit a02ad075 authored by “yiyousong”'s avatar “yiyousong”

fix:修改deep

parent cb08be23
......@@ -165,12 +165,12 @@ export default {
</script>
<style lang="less" scoped>
/deep/.ant-upload-select-picture-card i {
:deep(.ant-upload-select-picture-card) i {
font-size: 32px;
color: #999;
}
/deep/.ant-upload-select-picture-card .ant-upload-text {
:deep(.ant-upload-select-picture-card) .ant-upload-text {
margin-top: 8px;
color: #666;
}
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
:deep(.ant-tabs-nav) {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
:deep(.ant-tabs-tab) {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -292,51 +292,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selectio)n {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -380,13 +380,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -287,52 +287,52 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 15rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -384,13 +384,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -80,7 +80,7 @@ export default {
</script>
<style lang="less" scoped>
/deep/.ant-drawer-content {
:deep(.ant-drawer-content) {
overflow-x: hidden !important;
}
</style>
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
:deep(.ant-tabs-nav) {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
:deep(.ant-tabs-tab) {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -191,22 +191,22 @@ export default {
justify-content: space-between;
align-items: center;
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -251,13 +251,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -260,22 +260,22 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 15rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -320,13 +320,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -45,7 +45,7 @@ export default {
</script>
<style lang="less" scoped>
/deep/.ant-drawer-content {
:deep(.ant-drawer-content) {
overflow-x: hidden !important;
}
.headerInfo {
......
......@@ -38,7 +38,7 @@ export default {
</script>
<style lang="less" scoped>
/deep/.ant-drawer-content {
:deep(.ant-drawer-content) {
overflow-x: hidden !important;
}
.box1 {
......
......@@ -93,12 +93,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
:deep(.ant-tabs-nav) {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
:deep(.ant-tabs-tab) {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -270,51 +270,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -358,13 +358,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -4,7 +4,7 @@
<a-tabs v-model="tabsActive" @change="tabsChange" :forceRender="false">
<a-tab-pane
:key="item.path"
v-for="(item, index) of tabsList['children']"
v-for="item of tabsList['children']"
:tab="item['meta']['title']"
>
</a-tab-pane>
......@@ -93,12 +93,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
:deep(.ant-tabs-nav) {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
:deep(.ant-tabs-tab) {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
:deep(.ant-tabs-nav) {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
:deep(.ant-tabs-tab) {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -250,51 +250,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -338,13 +338,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -267,51 +267,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -356,13 +356,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
:deep(.ant-tabs-nav) {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
:deep(.ant-tabs-tab) {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -218,51 +218,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -307,13 +307,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -254,51 +254,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection-selected-value) {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -343,13 +343,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
:deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -345,51 +345,51 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
/* WebKit browsers,webkit内核浏览器 */
// color: #32a6fb;
// font-size: 16px;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
// color: #32a6fb;
// font-size: 16px;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
// color: #32a6fb;
// font-size: 16px;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
// color: #32a6fb;
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
//.ant-calendar-picker-input {
// // background: transparent !important;
// // border-color: #32a6fb !important;
// // color: #32a6fb !important;
// }
//.ant-calendar-range-picker-separator {
// // color: #32a6fb !important;
// }
// ::-webkit-input-placeholder {
// /* WebKit browsers,webkit内核浏览器 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-moz-placeholder {
// /* Mozilla Firefox 4 to 18 */
// // color: #32a6fb;
// // font-size: 16px;
// }
// ::-moz-placeholder {
// /* Mozilla Firefox 19+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
// :-ms-input-placeholder {
// /* Internet Explorer 10+ */
// // color: #32a6fb;
// // font-size: 16px;
// }
}
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -434,13 +434,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -87,7 +87,7 @@ export default {
}
}
/deep/.ant-modal-body {
:deep(.ant-modal-body) {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
......
......@@ -130,13 +130,13 @@ export default {
</script>
<style lang="less" scoped>
/deep/.ant-steps-icon {
:deep(.ant-steps-icon) {
top: -4px !important;
}
/deep/.ant-drawer-content {
:deep(.ant-drawer-content) {
overflow-x: hidden !important;
}
/deep/.icon_box {
:deep(.icon_box) {
margin-top: -20px !important;
display: inline-block;
width: 12px;
......@@ -239,7 +239,7 @@ export default {
color: #f7072f;
}
/deep/.ant-steps-item-tail {
:deep(.ant-steps-item-tail) {
left: 6px !important;
top: 24px !important;
border-left: 3px dashed #e6f5ff !important;
......@@ -247,7 +247,7 @@ export default {
background: none !important;
}
}
/deep/.ant-steps-item {
:deep(.ant-steps-item) {
& + .ant-steps-item {
margin-top: 25px !important;
}
......@@ -261,13 +261,13 @@ export default {
cursor: pointer;
position: relative;
/deep/.ant-steps-item-title {
.ant-steps-item-title {
width: 100% !important;
padding-right: 10px !important;
padding-left: 30px;
}
/deep/.ant-steps-item-description {
.ant-steps-item-description {
padding-left: 30px;
padding-bottom: 0;
}
......
......@@ -100,7 +100,7 @@ export default {
}
}
}
/deep/.ant-modal-body {
.ant-modal-body {
padding: 0 !important;
min-height: 300px !important;
max-height: 550px !important;
......
......@@ -97,7 +97,7 @@ export default {
}
}
}
/deep/.ant-modal-body {
.ant-modal-body {
padding: 0 !important;
min-height: 300px !important;
max-height: 550px !important;
......
......@@ -122,7 +122,7 @@ export default {
}
}
}
/deep/.ant-modal-body {
.ant-modal-body {
padding: 0 !important;
min-height: 300px !important;
max-height: 550px !important;
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -346,12 +346,12 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
......@@ -375,22 +375,22 @@ export default {
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -435,13 +435,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -163,12 +163,12 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
......@@ -192,22 +192,22 @@ export default {
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......
......@@ -153,12 +153,12 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
......@@ -182,22 +182,22 @@ export default {
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 17rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......
......@@ -98,13 +98,13 @@ export default {
background: #eee;
display: flex;
flex-direction: column;
/deep/.ant-menu-item-selected {
.ant-menu-item-selected {
background: none !important;
color: #5798f9 !important;
font-weight: bold !important;
}
/deep/.ant-menu-item {
.ant-menu-item {
font-size: 14px !important;
color: #333 !important;
......@@ -119,7 +119,7 @@ export default {
.layout_main {
display: flex;
flex-direction: column;
/deep/.ant-layout-content {
.ant-layout-content {
background: #fff;
flex: 1;
overflow-y: auto;
......
......@@ -317,21 +317,21 @@ export default {
width: 100%;
}
/deep/.ant-input-group-wrapper {
:deep(.ant-input-group-wrapper) {
width: 790px !important;
}
/deep/.ant-input-group-addon {
:deep(.ant-input-group-addon) {
height: 45px !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 45px !important;
}
/deep/.ant-input-group-addon:first-child {
:deep(.ant-input-group-addon):first-child {
background: #ffffff !important;
}
/deep/.ant-input-group-addon:last-child {
:deep(.ant-input-group-addon):last-child {
padding: 0 !important;
border: 0 !important;
margin: 0 !important;
......
......@@ -125,19 +125,19 @@ export default {
<style lang="less" scoped>
.roleEditModal_box {
/deep/.ant-modal-body {
.ant-modal-body {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
}
// /deep/.ant-modal-footer {
//.ant-modal-footer {
// text-align: left !important;
// }
// /deep/.ant-form-item-label > label::after {
//.ant-form-item-label > label::after {
// display: none !important;
// }
// /deep/.ant-form-item {
//.ant-form-item {
// .ant-form-item-label {
// &::after {
// content: ":";
......@@ -148,7 +148,7 @@ export default {
// }
// }
// /deep/.ant-form-item:last-child {
//.ant-form-item:last-child {
// .ant-form-item-label {
// &::after {
// display: none !important;
......
......@@ -201,16 +201,16 @@ export default {
margin-right: 1rem;
}
.selectOnptions {
/deep/.ant-select {
:deep(.ant-select) {
font-size: 1rem !important;
color: #fff !important;
}
/deep/.ant-select-arrow {
:deep(.ant-select-arrow) {
color: #fff !important;
right: 6px !important;
margin-top: -7px !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
border: none !important;
background: transparent !important;
min-width: 120px;
......@@ -268,7 +268,7 @@ export default {
}
}
}
/deep/.ant-layout-header {
.ant-layout-header {
height: @headerH !important;
padding: 0 1.2rem !important;
background-color: rgba(255, 255, 255, 0.15) !important;
......@@ -279,23 +279,23 @@ export default {
align-items: center;
}
/deep/.ant-menu,
.ant-menu,
.ant-menu-item-selected {
background: transparent !important;
}
/deep/.ant-menu-item-selected,
.ant-menu-item-selected,
.ant-menu-item:hover {
border-width: 3px !important;
color: #fff !important;
border-color: #fff !important;
}
/deep/ .ant-menu-item {
.ant-menu-item {
font-size: 1rem !important;
border-width: 3px !important;
color: #fff !important;
padding: 0 0.5rem !important;
}
/deep/.ant-menu-horizontal {
.ant-menu-horizontal {
border-color: transparent !important ;
}
}
......
......@@ -123,7 +123,7 @@ export default {
margin-bottom: 5px;
margin-top: 8px;
}
/deep/.ant-col-offset-4 {
.ant-col-offset-4 {
width: 100%;
margin: auto;
}
......@@ -131,7 +131,7 @@ export default {
// .backstage {
// margin-right: 30px;
// }
/deep/ .ant-form-item-control {
.ant-form-item-control {
width: 420px !important;
margin: auto;
......
......@@ -121,7 +121,7 @@ export default {
display: flex;
align-items: center;
}
/deep/.ant-input {
:deep(.ant-input) {
width: 30rem !important;
margin-right: 2rem;
height: 3rem !important;
......@@ -360,21 +360,21 @@ export default {
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.el-scrollbar__wrap {
.el-scrollbar__wrap {
overflow-x: hidden !important;
}
/deep/.ant-steps-item-tail {
.ant-steps-item-tail {
left: 288px !important ;
padding: 23px 0 1px !important;
}
/deep/.ant-steps-item-icon {
.ant-steps-item-icon {
float: right;
margin-top: -8px;
}
/deep/.ant-steps-item-content {
.ant-steps-item-content {
text-align: right !important;
}
/deep/.ant-steps-item-finish {
.ant-steps-item-finish {
.ant-steps-item-title {
color: #1890ff !important;
}
......
......@@ -198,7 +198,7 @@ export default {
padding-bottom: 35px;
}
/deep/.ant-input-group .ant-input {
:deep(.ant-input)-group :deep(.ant-input) {
width: 480px;
height: 48px;
border-radius: 5px;
......@@ -213,7 +213,9 @@ export default {
margin-left: 20px;
border-radius: 5px;
}
/deep/.ant-input-search-enter-button input + .ant-input-group-addon {
:deep(.ant-input)-search-enter-button
input
+ :deep(.ant-input)-group-addon {
background-color: #ccc0;
}
}
......@@ -224,12 +226,12 @@ export default {
// height: 100%;
// background-color: rgba(245, 245, 245, 1);
// /deep/.ant-table-wrapper {
// .ant-table-wrapper {
// width: 1200px;
// height: 100%;
// margin: auto;
// }
// /deep/.ant-table-thead > tr > th {
// .ant-table-thead > tr > th {
// height: 80px;
// text-align: center;
// font-weight: 700;
......@@ -238,18 +240,18 @@ export default {
// background: #f5f5f5 !important;
// border: 0;
// }
// /deep/.ant-table-tbody > tr > td {
// .ant-table-tbody > tr > td {
// border-bottom: 20px solid #f5f5f5;
// // border-radius: 5px;
// height: 80px;
// }
// /deep/.ant-table-tbody > tr {
// .ant-table-tbody > tr {
// background: #ffffff;
// }
// /deep/.ant-table table {
// .ant-table table {
// text-align: center;
// }
// /deep/.ant-btn {
// .ant-btn {
// width: 120px;
// height: 36px;
// border: 0;
......@@ -258,12 +260,12 @@ export default {
// border-radius: 5px;
// color: #ffffff;
// }
// /deep/.ant-table-tbody > tr > td > span > .anticon {
// .ant-table-tbody > tr > td > span > .anticon {
// color: #0fc271;
// font-size: 28px;
// }
// //鼠标移入时的背景色取消掉了
// /deep/ .ant-table-tbody {
// .ant-table-tbody {
// > tr:hover:not(.ant-table-expanded-row) > td,
// .ant-table-row-hover,
// .ant-table-row-hover > td {
......@@ -339,7 +341,7 @@ export default {
width: 40px;
height: 40px;
}
/deep/.ant-btn {
.ant-btn {
width: 120px;
height: 36px;
border: 0;
......@@ -386,21 +388,21 @@ export default {
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.el-scrollbar__wrap {
.el-scrollbar__wrap {
overflow-x: hidden !important;
}
/deep/.ant-steps-item-tail {
.ant-steps-item-tail {
left: 288px !important ;
padding: 23px 0 1px !important;
}
/deep/.ant-steps-item-icon {
.ant-steps-item-icon {
float: right;
margin-top: -8px;
}
/deep/.ant-steps-item-content {
.ant-steps-item-content {
text-align: right !important;
}
/deep/.ant-steps-item-finish {
.ant-steps-item-finish {
.ant-steps-item-title {
color: #1890ff !important;
}
......
......@@ -241,12 +241,12 @@ export default {
.range_picker_style {
margin-right: 20px;
// color: #32a6fb !important;
/deep/.ant-calendar-picker-input {
.ant-calendar-picker-input {
// background: transparent !important;
// border-color: #32a6fb !important;
// color: #32a6fb !important;
}
/deep/.ant-calendar-range-picker-separator {
.ant-calendar-range-picker-separator {
// color: #32a6fb !important;
}
::-webkit-input-placeholder {
......@@ -270,22 +270,22 @@ export default {
// font-size: 16px;
}
}
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 15rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -321,16 +321,16 @@ export default {
}
}
.main {
/deep/.ant-table-row-indent {
.ant-table-row-indent {
padding-left: 0 !important;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -89,12 +89,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -366,7 +366,7 @@ export default {
<style lang="less" scoped>
.EditModal_box {
/deep/.ant-modal-body {
.ant-modal-body {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
......
......@@ -95,12 +95,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -394,22 +394,22 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 21rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 210px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -445,16 +445,16 @@ export default {
}
}
.main {
/deep/.ant-table-row-indent {
.ant-table-row-indent {
padding-left: 0 !important;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -300,13 +300,13 @@ export default {
}
}
.main {
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -156,19 +156,19 @@ export default {
<style lang="less" scoped>
.roleEditModal_box {
/deep/.ant-modal-body {
.ant-modal-body {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
}
// /deep/.ant-modal-footer {
//.ant-modal-footer {
// text-align: left !important;
// }
// /deep/.ant-form-item-label > label::after {
//.ant-form-item-label > label::after {
// display: none !important;
// }
// /deep/.ant-form-item {
//.ant-form-item {
// .ant-form-item-label {
// &::after {
// content: ":";
......@@ -179,7 +179,7 @@ export default {
// }
// }
// /deep/.ant-form-item:last-child {
//.ant-form-item:last-child {
// .ant-form-item-label {
// &::after {
// display: none !important;
......
......@@ -79,7 +79,7 @@ export default {
&::-webkit-scrollbar {
width: 2px;
}
/deep/.ant-checkbox-wrapper {
.ant-checkbox-wrapper {
display: flex !important;
justify-content: flex-start !important;
align-items: center !important;
......@@ -87,20 +87,20 @@ export default {
margin-left: 0 !important;
}
}
/deep/.ant-col {
.ant-col {
& + .ant-col {
margin-top: 0.5rem !important;
}
}
}
}
/deep/.ant-checkbox-group {
:deep().ant-checkbox-group {
text-align: left !important;
}
/deep/.ant-modal-body {
:deep().ant-modal-body {
padding: 0 !important;
}
/deep/.ant-checkbox + span {
:deep().ant-checkbox + span {
display: inline-block !important;
max-width: 7.2rem !important;
line-height: 12px !important;
......@@ -108,7 +108,7 @@ export default {
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
/deep/.ant-checkbox + span {
:deep().ant-checkbox + span {
display: inline-block !important;
width: 100% !important;
padding-right: 0px !important;
......
......@@ -100,12 +100,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -350,23 +350,23 @@ export default {
background: #f5f5f5;
display: flex;
flex-direction: column;
/deep/.ant-checkbox-wrapper {
:deep(.ant-checkbox-wrapper) {
margin: 0 0 0.8rem;
}
/deep/.ant-form {
:deep(.ant-form) {
height: 100% !important;
}
/deep/.ant-col {
:deep(.ant-col) {
height: 100% !important;
}
/deep/.ant-form-item-control {
:deep(.ant-form-item-control) {
height: 100% !important;
}
/deep/.ant-form-item {
:deep(.ant-form-item) {
height: 100% !important;
margin: 0px;
}
/deep/.ant-checkbox-group {
:deep(.ant-checkbox-group) {
width: 100% !important;
height: 100% !important;
}
......@@ -475,7 +475,7 @@ export default {
}
}
}
/deep/.ant-card {
:deep(.ant-card) {
height: 100% !important;
display: flex !important;
flex-direction: column !important;
......
......@@ -280,16 +280,16 @@ export default {
.tab {
margin-top: 20px;
/deep/.ant-table-thead > tr > th {
:deep(.ant-table-thead) > tr > th {
text-align: center;
}
/deep/.ant-table table {
:deep(.ant-table) table {
text-align: center;
}
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
......
......@@ -261,22 +261,22 @@ export default {
justify-content: space-between;
align-items: center;
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 15rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -328,13 +328,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -408,7 +408,7 @@ export default {
</script>
<style lang="less" scoped>
/deep/.ant-drawer-content {
:deep(.ant-drawer-content) {
overflow-x: hidden !important;
}
.drawer_footer {
......@@ -432,10 +432,10 @@ export default {
text-align: center;
padding-top: 10px;
}
/deep/.ant-drawer-body {
:deep(.ant-drawer-body) {
margin-bottom: 100px;
}
/deep/.ant-radio-group {
:deep(.ant-radio-group) {
margin-bottom: 10px !important;
}
</style>
......
......@@ -100,12 +100,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -84,7 +84,7 @@ export default {
<style lang="less" scoped>
.appEditModal_box {
/deep/.ant-modal-body {
.ant-modal-body {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
......
......@@ -213,22 +213,22 @@ export default {
justify-content: space-between;
align-items: center;
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 15rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -280,13 +280,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -117,7 +117,7 @@ export default {
<style lang="less" scoped>
.appEditModal_box {
/deep/.ant-modal-body {
.ant-modal-body {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
......
......@@ -96,12 +96,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -108,7 +108,7 @@ export default {
<style lang="less" scoped>
.fileEditModal_box {
/deep/.ant-modal-body {
.ant-modal-body {
min-height: 300px !important;
max-height: 550px !important;
overflow-y: auto !important;
......
......@@ -203,22 +203,22 @@ export default {
justify-content: space-between;
align-items: center;
/deep/.ant-input-affix-wrapper {
:deep(.ant-input-affix-wrapper) {
width: 15rem !important;
margin-right: 1rem !important;
}
/deep/.ant-input {
:deep(.ant-input) {
height: 2.3rem !important;
}
/deep/.ant-select-selection {
:deep(.ant-select-selection) {
width: 170px !important;
height: 2.3rem !important;
margin-right: 1rem !important;
}
/deep/.ant-select-selection__rendered {
:deep(.ant-select-selection__rendered) {
height: 100% !important;
}
/deep/ .ant-select-selection-selected-value {
:deep(.ant-select-selection)-selected-value {
height: 100% !important;
line-height: 2.3rem !important;
}
......@@ -270,13 +270,13 @@ export default {
.type2 {
color: #04ca8f;
}
/deep/.ant-btn-link {
:deep(.ant-btn-link) {
padding: 0 !important;
& + .ant-btn-link {
& + :deep(.ant-btn-link) {
margin-left: 1rem !important;
}
}
/dee/ .ant-table-pagination {
/dee/ :deep(.ant-table-pagination) {
float: left !important;
}
}
......
......@@ -96,12 +96,12 @@ export default {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b87ff",endColorstr="#6c35f7",GradientType=1);
}
/deep/.ant-tabs-nav {
.ant-tabs-nav {
.ant-tabs-tab {
margin: 0 !important;
}
}
/deep/ .ant-tabs-tab {
.ant-tabs-tab {
font-size: 1rem !important;
& + .ant-tabs-tab {
margin: 0 !important;
......
......@@ -128,7 +128,7 @@ export default {
display: flex;
align-items: center;
}
/deep/.ant-input {
:deep(.ant-input) {
width: 30rem !important;
margin-right: 2rem;
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