|
|
@@ -345,14 +345,15 @@ function setAllMsgRead() {
|
|
|
|
|
|
::v-deep .uni-badge {
|
|
|
height: 1.5rem !important;
|
|
|
+ min-width: calc(1.5rem + 0.5 * (1rem - 16px)) !important;
|
|
|
line-height: 1.375rem !important;
|
|
|
font-size: 1.125rem !important;
|
|
|
}
|
|
|
|
|
|
.read_button {
|
|
|
position: absolute;
|
|
|
- top: 12px;
|
|
|
- right: 38px;
|
|
|
+ top: calc(12px + 0.5 * (1rem - 16px));
|
|
|
+ right: calc(50px + 0.5 * (1rem - 16px));
|
|
|
height: 28px;
|
|
|
line-height: 28px;
|
|
|
font-size: 14px;
|