::v-deep=>:deep()
This commit is contained in:
@@ -148,7 +148,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .picker {
|
||||
:deep( .picker ){
|
||||
width: 300px;
|
||||
|
||||
.el-form-item__content {
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
::v-deep .AiOpenData {
|
||||
:deep( .AiOpenData ){
|
||||
height: auto !important;
|
||||
|
||||
&:after {
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .title {
|
||||
:deep( .title ){
|
||||
.aibar-left {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
@@ -175,7 +175,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .title {
|
||||
:deep( .title ){
|
||||
.aibar-left {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
@@ -227,7 +227,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .status {
|
||||
:deep( .status ){
|
||||
color: rgba(41, 107, 251, 100);
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -238,7 +238,7 @@ header {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
::v-deep .wrap {
|
||||
:deep( .wrap ){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -189,7 +189,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .row {
|
||||
:deep( .row ){
|
||||
margin-top: 10px;
|
||||
|
||||
span {
|
||||
@@ -205,7 +205,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .page {
|
||||
:deep( .page ){
|
||||
font-size: 12px;
|
||||
color: #555555;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user