mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 02:46:47 +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 { getCookie } from "@/api/utils";
|
||||||
|
|
||||||
import { USER_INFO } from "@/api/api";
|
import { USER_INFO } from "@/api/api";
|
||||||
console.log("版本2.1.9------------");
|
console.log("版本2.1.10------------");
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
|
|||||||
@@ -579,8 +579,8 @@ function send() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.btns1 {
|
.btns1 {
|
||||||
width: 50px;
|
// width: 50px;
|
||||||
height: 25px;
|
// height: 25px;
|
||||||
border: 1px solid #999999;
|
border: 1px solid #999999;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -590,10 +590,11 @@ function send() {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
padding: 1px 8px 1px 8px;
|
||||||
}
|
}
|
||||||
.btns2 {
|
.btns2 {
|
||||||
width: 50px;
|
// width: 50px;
|
||||||
height: 25px;
|
// height: 25px;
|
||||||
background: #2478ff;
|
background: #2478ff;
|
||||||
border: 1px solid #2478ff;
|
border: 1px solid #2478ff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -603,6 +604,7 @@ function send() {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
padding: 1px 8px 1px 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -850,8 +850,8 @@ function send() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.btns1 {
|
.btns1 {
|
||||||
width: 50px;
|
// width: 50px;
|
||||||
height: 25px;
|
// height: 25px;
|
||||||
border: 1px solid #999999;
|
border: 1px solid #999999;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -861,10 +861,11 @@ function send() {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
padding: 1px 8px 1px 8px;
|
||||||
}
|
}
|
||||||
.btns2 {
|
.btns2 {
|
||||||
width: 50px;
|
// width: 50px;
|
||||||
height: 25px;
|
// height: 25px;
|
||||||
background: #2478ff;
|
background: #2478ff;
|
||||||
border: 1px solid #2478ff;
|
border: 1px solid #2478ff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -874,6 +875,7 @@ function send() {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
padding: 1px 8px 1px 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user