::v-deep=>:deep()
This commit is contained in:
@@ -502,7 +502,7 @@
|
||||
background: rgba($color: #000000, $alpha: 0.6);
|
||||
}
|
||||
|
||||
::v-deep .phone-container {
|
||||
:deep( .phone-container ){
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
@@ -663,7 +663,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .AppAnnounceDetail-title {
|
||||
:deep( .AppAnnounceDetail-title ){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -754,7 +754,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .right-tips {
|
||||
:deep( .right-tips ){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
|
||||
@@ -680,11 +680,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;
|
||||
@@ -694,48 +694,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 {
|
||||
@@ -746,7 +746,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .AiPicker{
|
||||
:deep( .AiPicker){
|
||||
display: inline-block;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user