mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 09:26:46 +08:00
feat:修改按钮
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user