+
{{ statusList[item.value]['label'] }}
-
@@ -50,7 +50,7 @@ let statusList = {
width: 100%;
height: 20px;
line-height: 20px;
- font-size: 14px;
+ font-size: 12px;
color: #cfcfcf;
}
@@ -84,8 +84,8 @@ let statusList = {
align-items: center;
.speed-box {
- width: 120px;
- height: 120px;
+ width: 90px;
+ height: 90px;
background: url('./../image/u65.png') no-repeat;
background-size: 100%;
display: flex;
@@ -106,28 +106,30 @@ let statusList = {
flex-wrap: wrap;
.right-item {
- width: 200px;
- height: 120px;
- padding: 15px;
+ width: 27%;
+ height: 55%;
+ padding: 5px;
border-radius: 5px;
box-sizing: border-box;
background: #1F2937;
- .content {
+ .right-item-content {
+ width: 100%;
+ height: calc(100% - 20px);
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
.status-box {
- width: 30px;
- height: 30px;
+ width: 1em;
+ height: 1em;
border-radius: 50%;
margin-bottom: 5px;
}
.status-title {
- font-size: 12px;
+ font-size: 10px;
color: #e7e7e7;
}
diff --git a/src/views/screen/components/rbottom1.vue b/src/views/screen/components/rbottom1.vue
new file mode 100644
index 0000000..6f1037d
--- /dev/null
+++ b/src/views/screen/components/rbottom1.vue
@@ -0,0 +1,138 @@
+
+
+
{{ tLang('device', '检测结果占比') }}
+
+
+
+
+
+
+ OK
+ {{ 50 }}%
+
+
+ NG
+ {{ 50 }}%
+
+
+
+
+
+
+
+
+
diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 341491a..d686625 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -2,9 +2,9 @@
-
+
-
+
@@ -15,9 +15,15 @@
@@ -29,6 +35,9 @@ import Ltop3 from './components/ltop3.vue'
import Lcenter1 from './components/lcenter1.vue'
import Lcenter2 from './components/lcenter2.vue'
import bottomTable from './components/bottomTable.vue'
+import imageCard from './components/imageCard.vue'
+import devInfo from './components/devInfo.vue'
+import Rbottom1 from './components/rbottom1.vue'
const columns = [
@@ -56,8 +65,8 @@ let tableData = ref([
overflow: hidden;
}
.container {
- width: 1366px;
- height: 718px;
+ width: 100vw;
+ height: calc(100vh - 50px);
padding: 9px 8px;
box-sizing: border-box;
background: #131617;
@@ -66,7 +75,7 @@ let tableData = ref([
justify-content: space-between;
align-items: center;
.left {
- width: 895px;
+ width: 65.5vw;
height: 100%;
display: flex;
flex-direction: column;
@@ -74,19 +83,19 @@ let tableData = ref([
align-items: center;
.lt {
width: 100%;
- height: 175px;
+ height: 24.4%;
}
.lc {
width: 100%;
- height: 260px;
+ height: 36.2%;
}
.lb {
width: 100%;
- height: 240px;
+ height: 33.4%;
}
}
.right {
- width: 445px;
+ width: 32.6vw;
height: 100%;
display: flex;
flex-direction: column;
@@ -94,15 +103,15 @@ let tableData = ref([
align-items: center;
.rt {
width: 100%;
- height: 210px;
+ height: 29.2%;
}
.rc {
width: 100%;
- height: 200px;
+ height: 27.8%;
}
.rb {
width: 100%;
- height: 270px;
+ height: 37.6%;
}
}
}