::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -386,7 +386,7 @@
background: rgba($color: #000000, $alpha: 0.6);
}
::v-deep .phone-container {
:deep( .phone-container ){
position: absolute;
left: 50%;
top: 50%;
@@ -547,7 +547,7 @@
}
}
::v-deep .AppAnnounceDetail-title {
:deep( .AppAnnounceDetail-title ){
display: flex;
align-items: center;
@@ -638,7 +638,7 @@
}
}
::v-deep .right-tips {
:deep( .right-tips ){
display: flex;
align-items: center;

View File

@@ -687,11 +687,11 @@
}
::v-deep .el-calendar-table:not(.is-range) td.next,
::v-deep .el-calendar-table:not(.is-range) td.prev {
:deep( .el-calendar-table:not(.is-range) td.next),
:deep( .el-calendar-table:not(.is-range) td.prev ){
color: #ccc;
}
::v-deep .el-calendar-table .el-calendar-day{
:deep( .el-calendar-table .el-calendar-day){
height: 48px;
line-height: 32px;
padding-left: 12px;
@@ -701,48 +701,48 @@
.el-calendar-table:not(.is-range) td .current{
color: #888;
}
::v-deep .el-calendar__header{
:deep( .el-calendar__header){
display: none;
}
::v-deep .el-calendar__body{
:deep( .el-calendar__body){
padding: 0;
}
::v-deep .el-calendar-table thead th:nth-of-type(1){
:deep( .el-calendar-table thead th:nth-of-type(1)){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table thead th:nth-of-type(7){
:deep( .el-calendar-table thead th:nth-of-type(7)){
border-right: 1px solid #eee;
}
::v-deep .el-calendar-table tr td:first-child {
:deep( .el-calendar-table tr td:first-child ){
border-left: 1px solid #eee;
}
::v-deep .el-calendar-table tr:first-child td {
:deep( .el-calendar-table tr:first-child td ){
border-top: 1px solid #eee;
}
::v-deep .el-calendar-table td {
:deep( .el-calendar-table td ){
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
::v-deep .el-timeline-item__timestamp.is-top{
:deep( .el-timeline-item__timestamp.is-top){
margin-bottom: 0;
padding-top: 0;
}
::v-deep .el-timeline-item__node{
:deep( .el-timeline-item__node){
background-color: #26F;
width: 8px;
height: 8px;
border-radius: 50%;
left: 1px;
}
::v-deep .el-card{
:deep( .el-card){
border: none;
}
::v-deep .el-card__body{
:deep( .el-card__body){
padding: 8px;
}
}
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {
@@ -753,7 +753,7 @@
}
}
::v-deep .AiPicker{
:deep( .AiPicker){
display: inline-block;
}
</style>