bugfix: 复制对话内容
This commit is contained in:
@@ -717,7 +717,7 @@
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
img{
|
||||
img {
|
||||
width: 1.65rem;
|
||||
height: 1.86rem;
|
||||
}
|
||||
@@ -881,6 +881,7 @@
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
border: none;
|
||||
|
||||
.checked-item-icon {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -894,28 +895,24 @@
|
||||
height: 100%;
|
||||
border-radius: 1.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.fida-style-popover-item.is-selected {
|
||||
// background-color: #e3f2fd;
|
||||
border: 0.3rem solid #000;
|
||||
.fida-option-label {
|
||||
background-color: none;
|
||||
font-weight: 500;
|
||||
font-size: 1.2rem;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 0.5rem;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-radius: 1.4rem;
|
||||
}
|
||||
&.is-selected {
|
||||
border: 0.3rem solid #000;
|
||||
.fida-option-label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
// border-color: #2196f3;
|
||||
}
|
||||
|
||||
.fida-style-popover-item .fida-option-label {
|
||||
font-weight: 500;
|
||||
font-size: 1.2rem;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 0.5rem;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-radius: 1.4rem;
|
||||
}
|
||||
|
||||
.fida-style-popover-footer {
|
||||
@@ -1026,7 +1023,7 @@
|
||||
width: 21.8rem;
|
||||
height: 4.4rem;
|
||||
display: inline-flex;
|
||||
border: 0.11rem solid #0000001a;
|
||||
border: 0.11rem solid #bfbfbf;
|
||||
font-weight: 500;
|
||||
font-size: 1.8rem;
|
||||
column-gap: 0;
|
||||
|
||||
Reference in New Issue
Block a user