css
This commit is contained in:
@@ -21,7 +21,7 @@ export function getUserOrDevice() {
|
|||||||
|
|
||||||
// 3.登录跳转
|
// 3.登录跳转
|
||||||
export function deviceInLogin() {
|
export function deviceInLogin() {
|
||||||
const res = { device_name: 'TP5000冲床加工', device_code: '111-02', region_points: [{ name: 'OUT1', type: '1', device_code: '1234' }, { name: 'OUT2', type: '1', device_code: '1234' }, { name: 'OUT3', type: '1', device_code: '1234' }, { name: 'OUT4', type: '1', device_code: '1234' }, { name: '叫料', type: '0', device_code: '1234' }, { name: '叫料', type: '0', device_code: '1234' }] }
|
const res = { device_name: 'TP5000冲床加工', device_code: '111-02', region_points: [{ name: 'OUT1', type: '1', device_code: '1234' }, { name: 'OUT2', type: '1', device_code: 'RGZWDJW01' }, { name: 'OUT3', type: '1', device_code: '1234' }, { name: 'OUT4', type: '1', device_code: '1234' }, { name: '叫料', type: '0', device_code: '1234' }, { name: '叫料', type: '0', device_code: '1234' }] }
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
resolve(res)
|
resolve(res)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -208,6 +208,9 @@
|
|||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
.point_value {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.point_name {
|
.point_name {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
@@ -226,7 +229,7 @@
|
|||||||
box-shadow: 0px 4px 4px rgba(18, 15, 15, 60%);
|
box-shadow: 0px 4px 4px rgba(18, 15, 15, 60%);
|
||||||
}
|
}
|
||||||
.point_value {
|
.point_value {
|
||||||
font-size: 28px;
|
font-size: 24px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
color: #3CC1FF;
|
color: #3CC1FF;
|
||||||
|
|||||||
Reference in New Issue
Block a user