feat:修改按钮

This commit is contained in:
lixg
2023-03-08 22:21:07 +08:00
parent feb217e1d1
commit 4c99334e3c
3 changed files with 13 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
import { getCookie } from "@/api/utils";
import { USER_INFO } from "@/api/api";
console.log("版本2.1.9------------");
console.log("版本2.1.10------------");
const store = useStore();
const router = useRouter();

View File

@@ -579,8 +579,8 @@ function send() {
display: flex;
}
.btns1 {
width: 50px;
height: 25px;
// width: 50px;
// height: 25px;
border: 1px solid #999999;
border-radius: 4px;
display: flex;
@@ -590,10 +590,11 @@ function send() {
font-weight: 400;
color: #999999;
margin-right: 16px;
padding: 1px 8px 1px 8px;
}
.btns2 {
width: 50px;
height: 25px;
// width: 50px;
// height: 25px;
background: #2478ff;
border: 1px solid #2478ff;
border-radius: 4px;
@@ -603,6 +604,7 @@ function send() {
font-size: 14px;
font-weight: 400;
color: #ffffff;
padding: 1px 8px 1px 8px;
}
}
}

View File

@@ -850,8 +850,8 @@ function send() {
display: flex;
}
.btns1 {
width: 50px;
height: 25px;
// width: 50px;
// height: 25px;
border: 1px solid #999999;
border-radius: 4px;
display: flex;
@@ -861,10 +861,11 @@ function send() {
font-weight: 400;
color: #999999;
margin-right: 16px;
padding: 1px 8px 1px 8px;
}
.btns2 {
width: 50px;
height: 25px;
// width: 50px;
// height: 25px;
background: #2478ff;
border: 1px solid #2478ff;
border-radius: 4px;
@@ -874,6 +875,7 @@ function send() {
font-size: 14px;
font-weight: 400;
color: #ffffff;
padding: 1px 8px 1px 8px;
}
}
}