提交 973ad4fa authored 作者: 郑伟娜's avatar 郑伟娜

Merge branch '云仓3.1.1' into test

...@@ -45,3 +45,12 @@ export function delFreight(ids) { ...@@ -45,3 +45,12 @@ export function delFreight(ids) {
}) })
} }
// 获取全部地址
export function addressList(data) {
return request({
url: '/local/address/getAddressList',
method: 'post',
data: data
})
}
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
/deep/ .el-input__inner { ::v-deep .el-input__inner {
border-radius: 0; border-radius: 0;
border: 0; border: 0;
padding-left: 0; padding-left: 0;
......
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
/deep/ { ::v-deep {
.el-scrollbar__bar { .el-scrollbar__bar {
bottom: 0px; bottom: 0px;
} }
......
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
width: 80%; width: 80%;
margin: 30px auto 30px; margin: 30px auto 30px;
height: calc(100% - 120px); height: calc(100% - 120px);
/deep/.el-card__body{ ::v-deep .el-card__body{
height: calc(100% - 120px); height: calc(100% - 120px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
......
...@@ -670,7 +670,7 @@ ...@@ -670,7 +670,7 @@
width: 80%; width: 80%;
margin: 30px auto 30px; margin: 30px auto 30px;
height: calc(100% - 120px); height: calc(100% - 120px);
/deep/.el-card__body{ ::v-deep .el-card__body{
height: calc(100% - 120px); height: calc(100% - 120px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
...@@ -772,30 +772,30 @@ ...@@ -772,30 +772,30 @@
.uploadData { .uploadData {
display: inline-block; display: inline-block;
/deep/ .el-upload--picture-card { ::v-deep .el-upload--picture-card {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
/deep/ .el-upload { ::v-deep .el-upload {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item { ::v-deep .el-upload-list--picture-card .el-upload-list__item {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail { ::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .avatar { ::v-deep .avatar {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
......
...@@ -813,7 +813,7 @@ ...@@ -813,7 +813,7 @@
width: 80%; width: 80%;
margin: 30px auto 30px; margin: 30px auto 30px;
height: calc(100% - 140px); height: calc(100% - 140px);
/deep/.el-card__body{ ::v-deep .el-card__body{
height: calc(100% - 140px); height: calc(100% - 140px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
...@@ -887,26 +887,26 @@ ...@@ -887,26 +887,26 @@
// 上传图片样式 // 上传图片样式
.uploadData { .uploadData {
display: inline-block; display: inline-block;
/deep/ .el-upload--picture-card{ ::v-deep .el-upload--picture-card{
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
/deep/ .el-upload{ ::v-deep .el-upload{
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item{ ::v-deep .el-upload-list--picture-card .el-upload-list__item{
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail{ ::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail{
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .avatar{ ::v-deep .avatar{
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
......
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
width: 80%; width: 80%;
margin: 30px auto 30px; margin: 30px auto 30px;
height: calc(100% - 140px); height: calc(100% - 140px);
/deep/.el-card__body{ ::v-deep .el-card__body{
height: calc(100% - 180px); height: calc(100% - 180px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
...@@ -667,30 +667,30 @@ ...@@ -667,30 +667,30 @@
.uploadData { .uploadData {
display: inline-block; display: inline-block;
/deep/ .el-upload--picture-card { ::v-deep .el-upload--picture-card {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
/deep/ .el-upload { ::v-deep .el-upload {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item { ::v-deep .el-upload-list--picture-card .el-upload-list__item {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail { ::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .avatar { ::v-deep .avatar {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
......
...@@ -1262,7 +1262,7 @@ ...@@ -1262,7 +1262,7 @@
overflow: hidden; overflow: hidden;
} }
/deep/ .is-active { ::v-deep .is-active {
border: 1px solid #e9e9e9; border: 1px solid #e9e9e9;
background: #fff; background: #fff;
overflow: hidden; overflow: hidden;
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</script> </script>
<style scoped> <style scoped>
/deep/.explain .el-card__body { ::v-deep .explain .el-card__body {
height: 100%; height: 100%;
/*padding: 30px 20px;*/ /*padding: 30px 20px;*/
overflow: auto; overflow: auto;
......
...@@ -513,7 +513,7 @@ ...@@ -513,7 +513,7 @@
</script> </script>
<style scoped> <style scoped>
/deep/ .el-card__body{ ::v-deep .el-card__body{
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }
...@@ -569,7 +569,7 @@ ...@@ -569,7 +569,7 @@
color: #333; color: #333;
} }
/deep/.el-col { ::v-deep .el-col {
border: 1px solid #eee; border: 1px solid #eee;
padding: 0 10px; padding: 0 10px;
height: 45px; height: 45px;
......
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
}; };
</script> </script>
<style scoped> <style scoped>
/deep/ .el-card__body{ ::v-deep .el-card__body{
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
margin-bottom: 26px; margin-bottom: 26px;
} }
/deep/ .spe-code-con-item .el-input-group__append { ::v-deep .spe-code-con-item .el-input-group__append {
cursor: pointer; cursor: pointer;
} }
......
...@@ -66,16 +66,33 @@ ...@@ -66,16 +66,33 @@
@pagination="getList" @pagination="getList"
/> />
<!-- 添加或修改freight对话框 --> <!-- 添加或修改freight对话框 -->
<el-dialog :title="title" :visible.sync="isOpen" v-if="isOpen" width="70%" class="freightTemplate-add" <!-- <el-dialog :title="title" :visible.sync="isOpen" v-if="isOpen" width="70%" class="freightTemplate-add"
:close-on-click-modal="false" center> :close-on-click-modal="false" center>
<IndexBtn :option="form" @closeIndexbtn="closeDialog"/> <IndexBtn :option="form" @closeIndexbtn="closeDialog"/>
</el-dialog> </el-dialog> -->
<el-drawer
:title="title"
:withHeader="false"
:destroy-on-close='true'
:append-to-body="false"
:modal='false'
:modal-append-to-body='false'
:visible.sync="isOpen"
v-if="isOpen"
direction="rtl"
style="position:absolute;height:100%;"
size="100%"
>
<template-freight :option="form" :address-all="addressAll" @closeIndexbtn="closeDialog"/>
</el-drawer>
</el-card> </el-card>
</div> </div>
</template> </template>
<script> <script>
import IndexBtn from './indexbtn' import TemplateFreight from './templateFreight'
import {listFreight, getFreight, delFreight, addFreight, updateFreight} from '@/api/module/freight' // import IndexBtn from './indexbtn'
import {listFreight, getFreight, delFreight, addFreight, updateFreight, addressList} from '@/api/module/freight'
import {dateFormat} from '@/utils' import {dateFormat} from '@/utils'
export default { export default {
...@@ -122,18 +139,20 @@ ...@@ -122,18 +139,20 @@
name: [ name: [
{required: true, message: "模板名称不能为空", trigger: "blur"} {required: true, message: "模板名称不能为空", trigger: "blur"}
], ],
} },
addressAll: []
}; };
}, },
components: { components: {
IndexBtn TemplateFreight,
// IndexBtn
}, },
created() { created() {
this.getList(); this.getList();
this.$nextTick(() => { this.$nextTick(() => {
this.fullHeight = document.getElementsByClassName('box-card')[0].clientHeight this.fullHeight = document.getElementsByClassName('box-card')[0].clientHeight
}) })
this.getaddressList()
}, },
watch: { watch: {
fullHeight(val) { fullHeight(val) {
...@@ -142,6 +161,29 @@ ...@@ -142,6 +161,29 @@
} }
}, },
methods: { methods: {
// 获取全部地区
getaddressList() {
addressList().then(res => {
if (res.code == 1) {
this.addressAll = this.getTreeData(res.data)
}
})
},
// 处理最后一级显示暂无数据
getTreeData(data) {
for(let i = 0, len = data.length; i < len; i++ ) {
if (data[i].type >= 2) {
data[i].children = undefined
} else {
if (!data[i].children.length) {
data[i].children = undefined
} else {
this.getTreeData(data[i].children)
}
}
}
return data
},
closeDialog(val) { closeDialog(val) {
this.isOpen = val; this.isOpen = val;
this.getList(); this.getList();
...@@ -330,14 +372,18 @@ ...@@ -330,14 +372,18 @@
</script> </script>
<style scoped lang="scss" type="text/stylus"> <style scoped lang="scss" type="text/stylus">
.freightTemplate-add { .freightTemplate-add {
/deep/.el-dialog { ::v-deep .el-dialog {
height: 80%; height: 80%;
overflow : hidden; overflow : hidden;
} }
/deep/.el-dialog__body{ ::v-deep .el-dialog__body{
height: calc(100% - 60px); height: calc(100% - 60px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
} }
} }
::v-deep .el-drawer__body{
overflow-y: auto;
}
</style> </style>
...@@ -228,13 +228,13 @@ ...@@ -228,13 +228,13 @@
left: 60px; left: 60px;
} }
/deep/.ql-toolbar.ql-snow { ::v-deep .ql-toolbar.ql-snow {
border: none; border: none;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
padding: 5px 8px; padding: 5px 8px;
} }
/deep/.ql-toolbar.ql-snow .ql-formats { ::v-deep .ql-toolbar.ql-snow .ql-formats {
vertical-align : baseline; vertical-align : baseline;
margin: 0; margin: 0;
padding: 0 8px; padding: 0 8px;
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
border-radius: 3px; border-radius: 3px;
} }
/deep/.ql-toolbar.ql-snow .ql-formats:hover { ::v-deep .ql-toolbar.ql-snow .ql-formats:hover {
background-color : #00afff; background-color : #00afff;
border-color: #00afff; border-color: #00afff;
} }
......
...@@ -975,7 +975,7 @@ ...@@ -975,7 +975,7 @@
font-size: 12px; font-size: 12px;
} }
/deep/.el-form-item { ::v-deep .el-form-item {
margin-bottom: 20px; margin-bottom: 20px;
} }
...@@ -991,21 +991,21 @@ ...@@ -991,21 +991,21 @@
cursor: pointer; cursor: pointer;
} }
/*/deep/.el-cascader-menu {*/ /*::v-deep .el-cascader-menu {*/
/* height:600px;*/ /* height:600px;*/
/*}*/ /*}*/
/deep/ .el-cascader-menu{ ::v-deep .el-cascader-menu{
max-width: 250px !important; max-width: 250px !important;
min-width: 250px !important; min-width: 250px !important;
} }
/deep/ .el-cascader-menu__wrap{ ::v-deep .el-cascader-menu__wrap{
width:auto !important; width:auto !important;
max-width: 250px !important; max-width: 250px !important;
min-width: 250px !important; min-width: 250px !important;
} }
.opendow /deep/ .el-dialog{ .opendow ::v-deep .el-dialog{
width:800px; width:800px;
} }
......
...@@ -954,30 +954,30 @@ p { ...@@ -954,30 +954,30 @@ p {
.uploadData50 { .uploadData50 {
display: inline-block; display: inline-block;
/deep/ .el-upload--picture-card { ::v-deep .el-upload--picture-card {
width: 50px; width: 50px;
height: 50px; height: 50px;
} }
/deep/ .el-upload { ::v-deep .el-upload {
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item { ::v-deep .el-upload-list--picture-card .el-upload-list__item {
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail { ::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail {
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
} }
/deep/ .avatar { ::v-deep .avatar {
width: 50px; width: 50px;
height: 50px; height: 50px;
} }
......
...@@ -1114,12 +1114,12 @@ ...@@ -1114,12 +1114,12 @@
/* background-color: #fff; */ /* background-color: #fff; */
} }
/deep/ .maxImgBox { ::v-deep .maxImgBox {
width: 455px !important; width: 455px !important;
height: 455px !important; height: 455px !important;
} }
/deep/ .el-input-group__append { ::v-deep .el-input-group__append {
color: #fff; color: #fff;
background-color: #647dff; background-color: #647dff;
border-color: #647dff; border-color: #647dff;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
.add-workorder-dialog { .add-workorder-dialog {
height: 100%; height: 100%;
} }
/deep/.add-workorder-dialog el-dialog { ::v-deep .add-workorder-dialog el-dialog {
height: calc(100% - 15vh); height: calc(100% - 15vh);
} }
</style> </style>
...@@ -900,12 +900,12 @@ ...@@ -900,12 +900,12 @@
} }
.freightTemplate-add { .freightTemplate-add {
/deep/ .el-dialog { ::v-deep .el-dialog {
height: 80%; height: 80%;
overflow: hidden; overflow: hidden;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
height: calc(100% - 60px); height: calc(100% - 60px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
...@@ -916,12 +916,12 @@ ...@@ -916,12 +916,12 @@
margin: 0 10px; margin: 0 10px;
} }
/deep/ .radiomodels .el-radio-button .el-radio-button__inner { ::v-deep .radiomodels .el-radio-button .el-radio-button__inner {
border: 1px solid #DCDFE6 !important; border: 1px solid #DCDFE6 !important;
border-radius: 4px !important; border-radius: 4px !important;
} }
/deep/ .radiomodels .el-radio-button .el-radio-button__orig-radio:checked + .el-radio-button__inner { ::v-deep .radiomodels .el-radio-button .el-radio-button__orig-radio:checked + .el-radio-button__inner {
box-shadow: none; box-shadow: none;
} }
......
...@@ -235,11 +235,11 @@ export default { ...@@ -235,11 +235,11 @@ export default {
</script> </script>
<style scoped lang="scss" type="text/stylus"> <style scoped lang="scss" type="text/stylus">
.freightTemplate-add { .freightTemplate-add {
/deep/.el-dialog { ::v-deep .el-dialog {
height: 80%; height: 80%;
overflow: hidden; overflow: hidden;
} }
/deep/.el-dialog__body { ::v-deep .el-dialog__body {
height: calc(100% - 60px); height: calc(100% - 60px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
...@@ -248,11 +248,11 @@ export default { ...@@ -248,11 +248,11 @@ export default {
.radiomodels .el-radio-button { .radiomodels .el-radio-button {
margin: 0 10px; margin: 0 10px;
} }
/deep/ .radiomodels .el-radio-button .el-radio-button__inner { ::v-deep .radiomodels .el-radio-button .el-radio-button__inner {
border: 1px solid #dcdfe6 !important; border: 1px solid #dcdfe6 !important;
border-radius: 4px !important; border-radius: 4px !important;
} }
/deep/ ::v-deep
.radiomodels .radiomodels
.el-radio-button .el-radio-button
.el-radio-button__orig-radio:checked .el-radio-button__orig-radio:checked
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
padding:0; padding:0;
margin:5px 0; margin:5px 0;
} }
/deep/ .el-card__body { ::v-deep .el-card__body {
height: calc(100% - 40px); height: calc(100% - 40px);
overflow-y: auto; overflow-y: auto;
} }
......
...@@ -144,10 +144,10 @@ ...@@ -144,10 +144,10 @@
</script> </script>
<style lang="scss" type="text/stylus" scoped> <style lang="scss" type="text/stylus" scoped>
/deep/.el-card__header p { ::v-deep .el-card__header p {
font-size: 18px; font-size: 18px;
} }
/deep/.el-card__body { ::v-deep .el-card__body {
padding: 10px 0 10px 0; padding: 10px 0 10px 0;
height: calc(100% - 45px); height: calc(100% - 45px);
overflow :hidden; overflow :hidden;
...@@ -193,13 +193,13 @@ ...@@ -193,13 +193,13 @@
} }
} }
/*样式重置*/ /*样式重置*/
/deep/.el-submenu__title { ::v-deep .el-submenu__title {
//padding: 0 30px!important; //padding: 0 30px!important;
} }
/deep/.el-submenu__title > span { ::v-deep .el-submenu__title > span {
font-size: 16px; font-size: 16px;
} }
/deep/.el-table td { ::v-deep .el-table td {
border: none; border: none;
} }
......
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
</script> </script>
<style lang="scss" type="text/stylus" scoped> <style lang="scss" type="text/stylus" scoped>
/deep/.el-card__body { ::v-deep .el-card__body {
height: calc(100% - 100px); height: calc(100% - 100px);
width: 80%; width: 80%;
padding: 0 100px; padding: 0 100px;
......
...@@ -837,34 +837,34 @@ export default { ...@@ -837,34 +837,34 @@ export default {
</script> </script>
<style scoped> <style scoped>
/deep/.el-dialog__header { ::v-deep .el-dialog__header {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
text-align: center; text-align: center;
} }
/deep/.el-step__head.is-success { ::v-deep .el-step__head.is-success {
color: #3AA0FF; color: #3AA0FF;
border-color: #3AA0FF; border-color: #3AA0FF;
} }
/deep/.el-step__title.is-success { ::v-deep .el-step__title.is-success {
color: #3AA0FF; color: #3AA0FF;
} }
/deep/.el-col { ::v-deep .el-col {
border: 1px solid #eee; border: 1px solid #eee;
padding: 0 10px; padding: 0 10px;
height: 38px; height: 38px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
/deep/.el-dialog__body { ::v-deep .el-dialog__body {
padding: 20px; padding: 20px;
} }
/deep/.el-input--medium .el-input__inner { ::v-deep .el-input--medium .el-input__inner {
height: 28px; height: 28px;
} }
/*/deep/input::-webkit-input-placeholder{*/ /*::v-deep input::-webkit-input-placeholder{*/
/* color:#606266;*/ /* color:#606266;*/
/*}*/ /*}*/
/*/deep/input::-moz-placeholder{*/ /*::v-deep input::-moz-placeholder{*/
/* color:#606266;*/ /* color:#606266;*/
/* opacity: 1*/ /* opacity: 1*/
/*}*/ /*}*/
...@@ -938,18 +938,18 @@ export default { ...@@ -938,18 +938,18 @@ export default {
.remark-con .remark-text { .remark-con .remark-text {
} }
/deep/.only-eidt-placeholder .el-input input::-webkit-input-placeholder, /deep/.only-eidt-placeholder .el-input textarea::-webkit-input-placeholder{ ::v-deep .only-eidt-placeholder .el-input input::-webkit-input-placeholder, ::v-deep .only-eidt-placeholder .el-input textarea::-webkit-input-placeholder{
color: #666; color: #666;
} }
/deep/.only-eidt-placeholder .el-input input:-moz-placeholder, /deep/.only-eidt-placeholder .el-input textarea:-moz-placeholder { ::v-deep .only-eidt-placeholder .el-input input:-moz-placeholder, ::v-deep .only-eidt-placeholder .el-input textarea:-moz-placeholder {
color: #666; color: #666;
opacity: 1; opacity: 1;
} }
/deep/.only-eidt-placeholder .el-input input::-moz-placeholder, /deep/.only-eidt-placeholder .el-input textarea::-moz-placeholder { ::v-deep .only-eidt-placeholder .el-input input::-moz-placeholder, ::v-deep .only-eidt-placeholder .el-input textarea::-moz-placeholder {
color: #666; color: #666;
opacity: 1; opacity: 1;
} }
/deep/.only-eidt-placeholder .el-input input:-ms-input-placeholder, /deep/.only-eidt-placeholder .el-input textarea::-ms-input-placeholder { ::v-deep .only-eidt-placeholder .el-input input:-ms-input-placeholder, ::v-deep .only-eidt-placeholder .el-input textarea::-ms-input-placeholder {
color: #666; color: #666;
} }
</style> </style>
...@@ -1058,11 +1058,11 @@ ...@@ -1058,11 +1058,11 @@
.box-cardone{ .box-cardone{
height: 100%; height: 100%;
} }
/deep/ .el-range-editor.el-input__inner { ::v-deep .el-range-editor.el-input__inner {
width: 100%; width: 100%;
} }
/deep/ .el-card__body { ::v-deep .el-card__body {
height: calc(100% - 50px); height: calc(100% - 50px);
/* overflow: auto; */ /* overflow: auto; */
} }
...@@ -1075,7 +1075,7 @@ ...@@ -1075,7 +1075,7 @@
/* height: calc(100% - 50px); */ /* height: calc(100% - 50px); */
/* overflow-y: hidden; */ /* overflow-y: hidden; */
} }
/deep/ .el-tabs__header{ ::v-deep .el-tabs__header{
margin: 0; margin: 0;
} }
.form-box { .form-box {
...@@ -1087,7 +1087,7 @@ ...@@ -1087,7 +1087,7 @@
/*background-color: #F7F8FA;*/ /*background-color: #F7F8FA;*/
} }
/deep/.form-params .el-form-item { ::v-deep .form-params .el-form-item {
margin: 5px 0 5px 0; margin: 5px 0 5px 0;
} }
.img-title-table { .img-title-table {
...@@ -1136,7 +1136,7 @@ ...@@ -1136,7 +1136,7 @@
.order-card { .order-card {
margin: 10px 0 12px; margin: 10px 0 12px;
} }
.order-card /deep/ .el-card__header { .order-card ::v-deep .el-card__header {
padding: 0; padding: 0;
min-height: fit-content; min-height: fit-content;
} }
...@@ -1155,18 +1155,18 @@ ...@@ -1155,18 +1155,18 @@
margin: 5px 0; margin: 5px 0;
} }
/deep/ .title_table{ ::v-deep .title_table{
/*width: calc(100% - 94px) !important;*/ /*width: calc(100% - 94px) !important;*/
/*margin: 0 40px;*/ /*margin: 0 40px;*/
} }
/deep/ .title_table .el-table__body-wrapper{ ::v-deep .title_table .el-table__body-wrapper{
display: none !important; display: none !important;
height:0 !important; height:0 !important;
} }
/deep/ .title_table tr th { ::v-deep .title_table tr th {
border-bottom: 0 !important; border-bottom: 0 !important;
} }
/deep/ .title_table::before{ ::v-deep .title_table::before{
height:0; height:0;
} }
...@@ -1194,12 +1194,12 @@ ...@@ -1194,12 +1194,12 @@
overflow: hidden; overflow: hidden;
} }
.delivery-fail-data-dialog /deep/ .el-dialog { .delivery-fail-data-dialog ::v-deep .el-dialog {
height: 80%; height: 80%;
overflow: hidden; overflow: hidden;
} }
.delivery-fail-data-dialog /deep/ .el-dialog .el-dialog__body { .delivery-fail-data-dialog ::v-deep .el-dialog .el-dialog__body {
height: calc(100% - 120px); height: calc(100% - 120px);
overflow: auto; overflow: auto;
padding: 15px 20px; padding: 15px 20px;
......
...@@ -951,18 +951,18 @@ ...@@ -951,18 +951,18 @@
</script> </script>
<style scoped lang="scss" type="text/stylus"> <style scoped lang="scss" type="text/stylus">
.order-details{ .order-details{
/deep/.el-dialog { ::v-deep .el-dialog {
height: 80%; height: 80%;
overflow: hidden; overflow: hidden;
} }
/deep/.el-dialog__body { ::v-deep .el-dialog__body {
height: calc(100% - 120px); height: calc(100% - 120px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
} }
} }
/deep/.queryFormInline { ::v-deep .queryFormInline {
.el-form-item:nth-child(1) { .el-form-item:nth-child(1) {
margin-bottom: 10px ; margin-bottom: 10px ;
} }
...@@ -988,7 +988,7 @@ ...@@ -988,7 +988,7 @@
.delivery-tips-con { .delivery-tips-con {
font-size: 12px; font-size: 12px;
} }
/deep/.el-step__title.is-finish { ::v-deep .el-step__title.is-finish {
color: #333 color: #333
} }
</style> </style>
...@@ -887,7 +887,7 @@ ...@@ -887,7 +887,7 @@
} }
/* 售后信息 表格 样式 */ /* 售后信息 表格 样式 */
/deep/.el-col { ::v-deep .el-col {
/*border: 1px solid #eee;*/ /*border: 1px solid #eee;*/
/*padding: 0 10px;*/ /*padding: 0 10px;*/
/*height: 38px;*/ /*height: 38px;*/
......
...@@ -506,22 +506,22 @@ ...@@ -506,22 +506,22 @@
height: 100%; height: 100%;
/*overflow: auto;*/ /*overflow: auto;*/
} }
.card-spe-con /deep/ .el-card__body { .card-spe-con ::v-deep .el-card__body {
height: calc(100% - 40px); height: calc(100% - 40px);
overflow: hidden; overflow: hidden;
} }
/*/deep/ .el-dialog__body {*/ /*::v-deep .el-dialog__body {*/
/* height: 100%;*/ /* height: 100%;*/
/* overflow: hidden;*/ /* overflow: hidden;*/
/*}*/ /*}*/
/deep/ .el-tabs__header{ ::v-deep .el-tabs__header{
margin: 0; margin: 0;
} }
/deep/ .after-sale-tabs .el-tabs__item { ::v-deep .after-sale-tabs .el-tabs__item {
line-height: 30px; line-height: 30px;
} }
/deep/ .el-form--inline .el-form-item { ::v-deep .el-form--inline .el-form-item {
margin-right: 15px; margin-right: 15px;
} }
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
margin: 10px 0 12px; margin: 10px 0 12px;
} }
.order-card /deep/ .el-card__header { .order-card ::v-deep .el-card__header {
padding: 0; padding: 0;
min-height: fit-content; min-height: fit-content;
} }
...@@ -560,16 +560,16 @@ ...@@ -560,16 +560,16 @@
margin: 5px 0; margin: 5px 0;
} }
/deep/ .title_table .el-table__body-wrapper { ::v-deep .title_table .el-table__body-wrapper {
display: none !important; display: none !important;
height: 0 !important; height: 0 !important;
} }
/deep/ .title_table tr th { ::v-deep .title_table tr th {
border-bottom: 0 !important; border-bottom: 0 !important;
} }
/deep/ .title_table::before { ::v-deep .title_table::before {
height: 0; height: 0;
} }
...@@ -593,12 +593,12 @@ ...@@ -593,12 +593,12 @@
overflow: hidden; overflow: hidden;
} }
.after-sale-dialog /deep/ .el-dialog { .after-sale-dialog ::v-deep .el-dialog {
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
} }
.after-sale-dialog /deep/ .el-dialog__body { .after-sale-dialog ::v-deep .el-dialog__body {
overflow: auto; overflow: auto;
height: calc(100% - 120px); height: calc(100% - 120px);
padding: 10px 20px; padding: 10px 20px;
......
...@@ -762,16 +762,16 @@ import {dateFormat} from '@/utils' ...@@ -762,16 +762,16 @@ import {dateFormat} from '@/utils'
}; };
</script> </script>
<style scoped lang="scss" type="text/stylus"> <style scoped lang="scss" type="text/stylus">
/deep/.queryFormInline { ::v-deep .queryFormInline {
.el-form-item { .el-form-item {
margin-bottom: 5px ; margin-bottom: 5px ;
} }
} }
/deep/ .after-sales-details .el-dialog{ ::v-deep .after-sales-details .el-dialog{
height:80%; height:80%;
overflow: hidden; overflow: hidden;
} }
/deep/ .el-dialog__body{ ::v-deep .el-dialog__body{
height:calc(100% - 50px); height:calc(100% - 50px);
overflow-y: scroll; overflow-y: scroll;
} }
......
...@@ -806,7 +806,7 @@ import {dateFormat} from '@/utils' ...@@ -806,7 +806,7 @@ import {dateFormat} from '@/utils'
}; };
</script> </script>
<style scoped lang="scss" type="text/stylus"> <style scoped lang="scss" type="text/stylus">
/deep/.queryFormInline { ::v-deep .queryFormInline {
.el-form-item { .el-form-item {
margin-bottom: 5px ; margin-bottom: 5px ;
} }
......
...@@ -468,7 +468,7 @@ ...@@ -468,7 +468,7 @@
width: 90%; width: 90%;
margin: 40px 0 30px 100px; margin: 40px 0 30px 100px;
/deep/ .el-form-item { ::v-deep .el-form-item {
margin-top: 18px !important; margin-top: 18px !important;
} }
} }
......
...@@ -1048,11 +1048,11 @@ ...@@ -1048,11 +1048,11 @@
</style> </style>
<style lang="scss" type="text/stylus" scoped> <style lang="scss" type="text/stylus" scoped>
.brandInf-add { .brandInf-add {
/deep/.el-dialog { ::v-deep .el-dialog {
height: 85%; height: 85%;
overflow : hidden; overflow : hidden;
} }
/deep/.el-dialog__body{ ::v-deep .el-dialog__body{
height: calc(100% - 60px); height: calc(100% - 60px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
...@@ -1089,7 +1089,7 @@ ...@@ -1089,7 +1089,7 @@
padding: 0 10px; padding: 0 10px;
} }
.btnCen { .btnCen {
/deep/.el-form-item__content { ::v-deep .el-form-item__content {
margin-left: 0!important; margin-left: 0!important;
text-align : center; text-align : center;
margin-top: 30px; margin-top: 30px;
...@@ -1118,30 +1118,30 @@ ...@@ -1118,30 +1118,30 @@
// 上传图片样式重置 start // 上传图片样式重置 start
.uploadData { .uploadData {
display: inline-block; display: inline-block;
/deep/ .el-upload--picture-card { ::v-deep .el-upload--picture-card {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
/deep/ .el-upload { ::v-deep .el-upload {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item { ::v-deep .el-upload-list--picture-card .el-upload-list__item {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail { ::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .avatar { ::v-deep .avatar {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
......
...@@ -950,11 +950,11 @@ ...@@ -950,11 +950,11 @@
<style lang="scss" type="text/stylus" scoped> <style lang="scss" type="text/stylus" scoped>
.shopinf-edit { .shopinf-edit {
///deep/.el-dialog { //::v-deep .el-dialog {
// height: 80%; // height: 80%;
// overflow : hidden; // overflow : hidden;
//} //}
///deep/.el-dialog__body{ //::v-deep .el-dialog__body{
// height: calc(100% - 60px); // height: calc(100% - 60px);
// overflow-x: hidden; // overflow-x: hidden;
// overflow-y: scroll; // overflow-y: scroll;
...@@ -982,20 +982,20 @@ ...@@ -982,20 +982,20 @@
} }
/deep/ .el-card__body { ::v-deep .el-card__body {
height: calc(100% - 80px); height: calc(100% - 80px);
margin: 10px 0; margin: 10px 0;
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
} }
/deep/ .speDom { ::v-deep .speDom {
color: red; color: red;
font-size: 20px; font-size: 20px;
margin: 0 0 4px 10px; margin: 0 0 4px 10px;
} }
/deep/ .speTip { ::v-deep .speTip {
color: #c0ccda; color: #c0ccda;
font-size: 14px; font-size: 14px;
} }
...@@ -1017,30 +1017,30 @@ ...@@ -1017,30 +1017,30 @@
.uploadData { .uploadData {
display: inline-block; display: inline-block;
/deep/ .el-upload--picture-card { ::v-deep .el-upload--picture-card {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
/deep/ .el-upload { ::v-deep .el-upload {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item { ::v-deep .el-upload-list--picture-card .el-upload-list__item {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail { ::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail {
width: 100px; width: 100px;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
} }
/deep/ .avatar { ::v-deep .avatar {
width: 100px; width: 100px;
height: 100px; height: 100px;
} }
...@@ -1171,7 +1171,7 @@ ...@@ -1171,7 +1171,7 @@
// 提示语样式 end // 提示语样式 end
.btnCen { .btnCen {
/deep/ .el-form-item__content { ::v-deep .el-form-item__content {
margin-left: 0 !important; margin-left: 0 !important;
text-align: center; text-align: center;
//margin-top: 30px; //margin-top: 30px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论