From 10298137c4d5e646a6e297c4fa1c250c70432ca0 Mon Sep 17 00:00:00 2001
From: pengwei <2071057782@qq.com>
Date: 星期二, 08 四月 2025 17:31:37 +0800
Subject: [PATCH] 最新代码

---
 项目代码/client/src/views/tts/TheCurrentJob/Startjob.vue |  468 +++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 361 insertions(+), 107 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue"
index 66c4238..ff362d2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue"
@@ -171,65 +171,133 @@
               >
             </span>
           </div>
-          <div style="position: absolute; width: 47rem; height: 2.5rem">
+          <div style="width: 62rem; height: 2.5rem">
             <el-table
               empty-text="鏆傛棤鏁版嵁"
-              style="margin-top: 0.88rem"
+              style="margin-top: 0.88rem; opacity: 0.8"
               :data="gridData"
               width="100%"
               :header-cell-style="{
                 height: '1.61rem',
-                color: '#1AC8FE',
-                background: '#0A5B91',
+                color: '#fff',
                 fontSize: '0.88rem',
+                border: 'solid 1px #1ac2f7',
               }"
               :cell-style="{
                 color: '#fff',
-                background: '#147BAF',
               }"
             >
               <el-table-column
                 property="craftsStep"
                 label="宸ヨ壓椤圭偣/姝ラ"
-                min-width="30%"
+                min-width="13%"
               >
                 <template #default="scope">
-                  <span
-                    ref="spanHide"
-                    @click="showDetail1(!contentShow)"
-                    style="
-                      color: #1ac2f7;
-                      font-size: 0.88rem;
-                      cursor: pointer;
-                      text-decoration: underline;
-                    "
-                    >{{ scope.row.craftsStep }}
-                  </span></template
-                ></el-table-column
-              >
+                  <el-tooltip placement="bottom" effect="light">
+                    <template #content>
+                      <span style="display: block; width: 15rem">{{
+                        scope.row.craftsStep
+                      }}</span>
+                    </template>
+                    <span
+                      @click="true"
+                      style="
+                        color: #ffffff;
+                        font-size: 0.88rem;
+                        display: -webkit-box; /* 璁剧疆涓篧ebKit鍐呮牳鐨勫脊鎬х洅瀛愭ā鍨� */
+                        -webkit-box-orient: vertical; /* 鍨傜洿鎺掑垪 */
+                        -webkit-line-clamp: 1; /* 闄愬埗鏄剧ず涓よ */
+                        overflow: hidden; /* 闅愯棌瓒呭嚭鑼冨洿鐨勫唴瀹� */
+                        text-overflow: ellipsis; /* 浣跨敤鐪佺暐鍙� */
+                      "
+                      >{{ scope.row.craftsStep }}</span
+                    >
+                  </el-tooltip>
+                </template>
+              </el-table-column>
+
               <el-table-column
                 property="craftContent"
                 label="宸ヨ壓鍐呭"
-                min-width="70%"
+                min-width="40%"
               >
                 <template #default="scope">
-                  <span
-                    @click="true"
-                    style="
-                      color: #ffffff;
-                      font-size: 0.88rem;
-                      display: -webkit-box; /* 璁剧疆涓篧ebKit鍐呮牳鐨勫脊鎬х洅瀛愭ā鍨� */
-                      -webkit-box-orient: vertical; /* 鍨傜洿鎺掑垪 */
-                      -webkit-line-clamp: 2; /* 闄愬埗鏄剧ず涓よ */
-                      overflow: hidden; /* 闅愯棌瓒呭嚭鑼冨洿鐨勫唴瀹� */
-                      text-overflow: ellipsis; /* 浣跨敤鐪佺暐鍙� */
-                    "
-                    >{{ scope.row.craftContent }}</span
-                  ></template
-                ></el-table-column
+                  <el-tooltip placement="bottom" effect="light">
+                    <template #content>
+                      <span style="display: block; width: 15rem">{{
+                        scope.row.craftContent
+                      }}</span>
+                    </template>
+                    <span
+                      @click="true"
+                      style="
+                        color: #ffffff;
+                        font-size: 0.88rem;
+                        display: -webkit-box; /* 璁剧疆涓篧ebKit鍐呮牳鐨勫脊鎬х洅瀛愭ā鍨� */
+                        -webkit-box-orient: vertical; /* 鍨傜洿鎺掑垪 */
+                        -webkit-line-clamp: 2; /* 闄愬埗鏄剧ず涓よ */
+                        overflow: hidden; /* 闅愯棌瓒呭嚭鑼冨洿鐨勫唴瀹� */
+                        text-overflow: ellipsis; /* 浣跨敤鐪佺暐鍙� */
+                      "
+                      >{{ scope.row.craftContent }}</span
+                    >
+                  </el-tooltip>
+                </template></el-table-column
+              >
+              <el-table-column property="tools" label="宸ュ叿" min-width="12%">
+                <template #default="scope">
+                  <el-tooltip placement="bottom" effect="light">
+                    <template #content>
+                      <span style="display: block; width: 15rem">{{
+                        scope.row.tools
+                      }}</span>
+                    </template>
+                    <span
+                      @click="true"
+                      style="
+                        color: #ffffff;
+                        font-size: 0.88rem;
+                        display: -webkit-box; /* 璁剧疆涓篧ebKit鍐呮牳鐨勫脊鎬х洅瀛愭ā鍨� */
+                        -webkit-box-orient: vertical; /* 鍨傜洿鎺掑垪 */
+                        -webkit-line-clamp: 2; /* 闄愬埗鏄剧ず涓よ */
+                        overflow: hidden; /* 闅愯棌瓒呭嚭鑼冨洿鐨勫唴瀹� */
+                        text-overflow: ellipsis; /* 浣跨敤鐪佺暐鍙� */
+                      "
+                      >{{ scope.row.tools }}</span
+                    >
+                  </el-tooltip>
+                </template></el-table-column
+              >
+              <el-table-column
+                property="craftsStep"
+                label="鐗╂枡"
+                min-width="15%"
+              >
+                <template #default="scope">
+                  <el-tooltip placement="bottom" effect="light">
+                    <template #content>
+                      <span style="display: block; width: 15rem">{{
+                        scope.row.material
+                      }}</span>
+                    </template>
+                    <span
+                      @click="true"
+                      style="
+                        color: #ffffff;
+                        font-size: 0.88rem;
+                        display: -webkit-box; /* 璁剧疆涓篧ebKit鍐呮牳鐨勫脊鎬х洅瀛愭ā鍨� */
+                        -webkit-box-orient: vertical; /* 鍨傜洿鎺掑垪 */
+                        -webkit-line-clamp: 2; /* 闄愬埗鏄剧ず涓よ */
+                        overflow: hidden; /* 闅愯棌瓒呭嚭鑼冨洿鐨勫唴瀹� */
+                        text-overflow: ellipsis; /* 浣跨敤鐪佺暐鍙� */
+                      "
+                      >{{ scope.row.material }}</span
+                    >
+                  </el-tooltip>
+                </template></el-table-column
               >
             </el-table>
-            <div class="consten" v-if="contentShow">
+            <!-- <div class="consten" v-show="contentShow">
               <el-table
                 empty-text="鏆傛棤鏁版嵁"
                 :data="gridData"
@@ -279,7 +347,7 @@
                   ></el-table-column
                 >
               </el-table>
-            </div>
+            </div> -->
           </div>
         </div>
         <div class="rect-item3" style="position: relative">
@@ -362,11 +430,6 @@
           display: flex;
           justify-content: center;
           align-items: center;
-          position: absolute;
-          top: 35%;
-          left: 50%;
-          transform: translateX(-50%);
-          z-index: 999;
         "
       >
         <div
@@ -397,8 +460,9 @@
           align-items: center;
           position: absolute;
           bottom: 5%;
-          left: 50%;
-          transform: translateX(-50%);
+          right: 0%;
+          transform: translateX(-20%);
+          z-index: 999;
         "
       >
         <el-button
@@ -419,7 +483,7 @@
         >
         <el-button
           :disabled="obj.setpNum == sunNUm"
-          @click="Next(false)"
+          @click="DialogVisible = true"
           type="primary"
           :style="{
             width: '5rem',
@@ -454,7 +518,7 @@
 
     <!-- 寮哄埗璺宠浆纭妗� -->
     <el-dialog v-model="centerDialogVisible" title="纭" width="300" center>
-      <span> 褰撳墠浠诲姟鏈畬鎴愶紝鏄惁寮哄埗璺宠浆鍒颁笅涓�姝ワ紵 </span>
+      <span sty> 褰撳墠浠诲姟鏈畬鎴愶紝鏄惁寮哄埗璺宠浆鍒颁笅涓�姝ワ紵 </span>
       <template #footer>
         <div class="dialog-footer">
           <el-button style="width: 5rem" @click="centerDialogVisible = false"
@@ -466,10 +530,27 @@
         </div>
       </template>
     </el-dialog>
+
+    <!-- 鏄惁鍚堟牸鎴栧凡瀹屾垚 -->
+    <el-dialog v-model="DialogVisible" title="纭" width="300" center>
+      <span style="display: block; text-align: center; font-size: 1.5rem">
+        璇风‘璁ゅ綋鍓嶆楠ゅ凡瀹屾垚涓斿悎鏍�
+      </span>
+      <template #footer>
+        <div class="dialog-footer">
+          <el-button style="width: 5rem" @click="DialogVisible = false"
+            >鍙栨秷</el-button
+          >
+          <el-button style="width: 5rem" type="primary" @click="Next(false)">
+            纭
+          </el-button>
+        </div>
+      </template>
+    </el-dialog>
   </div>
 </template>
 <script setup>
-import { ref, onMounted, nextTick } from "vue";
+import { ref, onMounted, nextTick, onBeforeUnmount } from "vue";
 import {
   GetScreenData,
   GetPre,
@@ -491,12 +572,11 @@
 
 const container = ref(null);
 
-// let scene, camera, renderer, controls;
-
 const router = useRouter();
 const gridData = ref([]);
 const contentShow = ref(false);
 const contentShow1 = ref(false);
+const DialogVisible = ref(false);
 const info = ref({});
 info.value = history.state?.info ? JSON.parse(history.state?.info) : {};
 const title = ref("");
@@ -507,7 +587,7 @@
 const Torque = ref("");
 const showDetail1 = (va1) => {
   contentShow1.value = false;
-  contentShow.value = va1;
+  contentShow.value = true;
 };
 const showDetail = (va1) => {
   contentShow1.value = va1;
@@ -521,6 +601,8 @@
   takeid: "",
   setnum: 0,
 });
+
+const client = ref(null);
 
 //鎵姏鍊�
 const torqueFrom = ref({
@@ -591,11 +673,13 @@
       obj.value = res.data.nowdate[0];
       if (res.data.nowdate[0].setpNum == obj.value.setpNum) {
         centerDialogVisible.value = true;
+        DialogVisible.value = false;
         return;
       }
       return;
     }
     centerDialogVisible.value = false;
+    DialogVisible.value = false;
     gridData.value = [res.data.nex];
     xPos.value =
       gridData.value[0].pointAxisXYZ != null &&
@@ -631,7 +715,6 @@
   from.value.gruops = info.value.grouptype;
   from.value.id = info.value.njtakeid;
   from.value.creater = info.value.creater;
-  console.log(from.value, info.value);
 
   ChangeStatus(from.value).then((res) => {
     ElMessage({
@@ -674,35 +757,6 @@
     group: info.value.grouptype,
     takeid: info.value.njtakeid,
   }).then((res) => {
-    // if (res.message == "杩斿洖宸ヨ壓琛ㄤ腑鐨勭涓�鏉�") {
-    //   gridData.value = res.data.proNoe;
-    //   obj.value = res.data.proNoe[0];
-    //   sunNUm.value = res.data.maxproce;
-    //   queryData.value.setnum = obj.value.setpNum;
-    //   xPos.value =
-    //     gridData.value[0].pointAxisXYZ != null &&
-    //     gridData.value[0].pointAxisXYZ != 0
-    //       ? gridData.value[0].pointAxisXYZ.split(",")[0]
-    //       : -585;
-    //   yPos.value =
-    //     gridData.value[0].pointAxisXYZ != null &&
-    //     gridData.value[0].pointAxisXYZ != 0
-    //       ? gridData.value[0].pointAxisXYZ.split(",")[1]
-    //       : 692;
-    //   zPos.value =
-    //     gridData.value[0].pointAxisXYZ != null &&
-    //     gridData.value[0].pointAxisXYZ != 0
-    //       ? gridData.value[0].pointAxisXYZ.split(",")[2]
-    //       : 692;
-    //   cameraAnimate(
-    //     [xPos.value, yPos.value, zPos.value],
-    //     nodeList[gridData.value[0].setpNum]
-    //   );
-    //   GetTorque(queryData.value).then((res) => {
-    //     Torque.value = res.data;
-    //   });
-    //   return;
-    // }
     gridData.value = [res.data.proNow];
     sunNUm.value = res.data.maxproce;
     obj.value = res.data.proNow;
@@ -737,6 +791,7 @@
 const BASE_COLOR = [0.2, 0.4, 0.6];
 const RED_COLOR = [3.0, 0.2, 0.4];
 const GREEN_COLOR = [0.0, 1.0, 0.0];
+
 const xPos = ref("");
 const yPos = ref("");
 const zPos = ref("");
@@ -788,7 +843,6 @@
           material.needsUpdate = true; // 寮哄埗鏇存柊鏉愯川
         });
       });
-      console.log(part.split(","));
       if (
         part ==
         "鎶楄泧琛屽噺鎸櫒铻烘爴1,鎶楄泧琛屽噺鎸櫒铻烘爴2,鎶楄泧琛屽噺鎸櫒铻烘爴3,鎶楄泧琛屽噺鎸櫒铻烘爴4"
@@ -886,12 +940,12 @@
     []
   );
 };
-window.addEventListener("resize", () => {
-  console.log("鍒濆鍖栧満鏅�", window.innerWidth, window.innerHeight);
-  // camera.aspect = window.innerWidth / window.innerHeight;
-  // camera.updateProjectionMatrix();
-  // renderer.setSize(window.innerWidth, window.innerHeight);
-});
+// window.addEventListener("resize", () => {
+//   // console.log("鍒濆鍖栧満鏅�", window.innerWidth, window.innerHeight);
+//   // camera.aspect = window.innerWidth / window.innerHeight;
+//   // camera.updateProjectionMatrix();
+//   // renderer.setSize(window.innerWidth, window.innerHeight);
+// });
 const nodeList = [
   "杞悜鏋�",
   "鎶楄泧琛屽噺鎸櫒铻烘爴1,鎶楄泧琛屽噺鎸櫒铻烘爴2,鎶楄泧琛屽噺鎸櫒铻烘爴3,鎶楄泧琛屽噺鎸櫒铻烘爴4",
@@ -987,10 +1041,134 @@
       console.error("娣诲姞澶辫触", error);
     });
 };
+const timer = ref(null);
+
+const createSocket = (url) => {
+  clearInterval(timer.value);
+  // 鍒涘缓WebSocket杩炴帴
+  //"ws://127.0.0.1:9295/admin"
+  client.value = new WebSocket("ws://115.159.85.185:9098/");
+
+  client.value.onopen = function () {
+    console.log("WebSocket 杩炴帴鎴愬姛");
+  };
+  client.value.onmessage = function (event) {
+    let data = JSON.parse(event.data);
+    (gridData.value = [data.process.proNow].map((item) => {
+      return {
+        articleOne: item.ArticleOne,
+        articleOneid: item.ArticleOneid,
+        articleTowid: item.ArticleTowid,
+        articleTwo: item.ArticleTwo,
+        craftContent: item.CraftContent,
+        craftID: item.CraftID,
+        craftType: item.CraftType,
+        craftsStep: item.CraftsStep,
+        createDate: item.CreateDate,
+        creater: item.Creater,
+        material: item.Material,
+        modifier: item.Modifier,
+        modifyDate: item.ModifyDate,
+        moduleName: item.ModuleName,
+        nodal: item.Nodal,
+        pointAxisHPB: item.PointAxisHPB,
+        pointAxisXYZ: item.PointAxisXYZ,
+        setpNum: item.SetpNum,
+        tools: item.Tools,
+        torqueOne: item.TorqueOne,
+        torqueOneQuantity: item.TorqueOneQuantity,
+        torqueSum: item.TorqueSum,
+        torqueTwo: item.TorqueTwo,
+        torqueTwoQuantity: item.TorqueTwoQuantity,
+      };
+    })),
+      (sunNUm.value = data.process.maxproce);
+    obj.value = [data.process.proNow].map((item) => {
+      return {
+        articleOne: item.ArticleOne,
+        articleOneid: item.ArticleOneid,
+        articleTowid: item.ArticleTowid,
+        articleTwo: item.ArticleTwo,
+        craftContent: item.CraftContent,
+        craftID: item.CraftID,
+        craftType: item.CraftType,
+        craftsStep: item.CraftsStep,
+        createDate: item.CreateDate,
+        creater: item.Creater,
+        material: item.Material,
+        modifier: item.Modifier,
+        modifyDate: item.ModifyDate,
+        moduleName: item.ModuleName,
+        nodal: item.Nodal,
+        pointAxisHPB: item.PointAxisHPB,
+        pointAxisXYZ: item.PointAxisXYZ,
+        setpNum: item.SetpNum,
+        tools: item.Tools,
+        torqueOne: item.TorqueOne,
+        torqueOneQuantity: item.TorqueOneQuantity,
+        torqueSum: item.TorqueSum,
+        torqueTwo: item.TorqueTwo,
+        torqueTwoQuantity: item.TorqueTwoQuantity,
+      };
+    })[0];
+    Torque.value = data.operation.map((item) => {
+      return {
+        createDate: item.CreateDate,
+        creater: item.Creater,
+        deviceCode: item.SystemDeviceCode,
+        groupOp: item.GroupOp,
+        id: item.ID,
+        modifier: item.Modifier,
+        modifyDate: item.ModifyDate,
+        processSte: item.ProcessSte,
+        takeId: item.TakeId,
+        torqueSize: item.TorqueSize,
+      };
+    });
+    xPos.value =
+      gridData.value[0].pointAxisXYZ != null &&
+      gridData.value[0].pointAxisXYZ != 0
+        ? gridData.value[0].pointAxisXYZ.split(",")[0]
+        : -585;
+    yPos.value =
+      gridData.value[0].pointAxisXYZ != null &&
+      gridData.value[0].pointAxisXYZ != 0
+        ? gridData.value[0].pointAxisXYZ.split(",")[1]
+        : 692;
+    zPos.value =
+      gridData.value[0].pointAxisXYZ != null &&
+      gridData.value[0].pointAxisXYZ != 0
+        ? gridData.value[0].pointAxisXYZ.split(",")[2]
+        : 692;
+    isJob.value = data.process.finish.map((item) => {
+      return item.moduleName;
+    });
+    cameraAnimate(
+      [xPos.value, yPos.value, zPos.value],
+      gridData.value[0].moduleName
+    );
+    console.log(
+      "WebSocket 鎺ユ敹鍒版秷鎭�",
+      data,
+      gridData.value,
+      sunNUm.value,
+      Torque.value,
+      isJob.value
+    );
+  };
+  client.value.onclose = function () {
+    console.log("WebSocket 杩炴帴鍏抽棴");
+    timer.value = setTimeout(createSocket, 1000);
+  };
+
+  client.value.onerror = function () {};
+};
 
 onMounted(() => {
+  console.log("mounted", window.innerWidth, window.innerHeight);
+
   // 鍒濆鍖栧満鏅�
-  renderer.setSize(window.innerWidth / 1.5, window.innerHeight / 2);
+  renderer.setSize(window.innerWidth - 20, window.innerHeight - 100);
   renderer.setClearColor(0xeeeeee); // 璁剧疆鑳屾櫙鑹�
   // 鍚敤鐗╃悊娓叉煋妯″紡
   // renderer.physicallyCorrectLights = true;
@@ -1000,6 +1178,12 @@
 
   // 娣诲姞浜や簰鎺у埗鍣紙榧犳爣鎷栨嫿缂╂斁锛�
   const controls = new OrbitControls(camera, renderer.domElement);
+  controls.enablePan = false; //绂佹鍙抽敭鎷栨嫿
+  //鐩告満浣嶇疆涓庤瀵熺洰鏍囩偣鏈�灏忓��
+  controls.minDistance = 600;
+  //鐩告満浣嶇疆涓庤瀵熺洰鏍囩偣鏈�澶у��
+  controls.maxDistance = 1000;
+
   camera.position.set(...CAMERA_POS);
   controls.update();
 
@@ -1058,8 +1242,13 @@
   });
   // };
   document.addEventListener("click", handleClickOutside);
+  console.log(window.webConfig);
 
+  createSocket();
   // showModel();
+});
+onBeforeUnmount(() => {
+  clearInterval(timer.value);
 });
 </script>
 <style lang="scss" scoped>
@@ -1083,7 +1272,7 @@
   background-size: 0.3rem 2rem, 2rem 0.3rem, 0.3rem 2rem, 2rem 0.3rem;
   padding: 0.2rem;
   box-sizing: border-box;
-  background-color: rgba(0, 0, 0, 0.3);
+  background-color: rgba(0, 0, 0, 0.1);
   overflow: hidden;
 
   .rect {
@@ -1116,38 +1305,74 @@
 
     .rect-center {
       display: flex;
-      justify-content: space-between;
-      width: 80%;
+      justify-content: space-around;
+      width: 100%;
       margin: 0 auto;
       padding: 0.8rem 2.15rem;
       box-sizing: border-box;
-
+      position: absolute;
+      left: 50%;
+      top: 5%;
+      transform: translateX(-50%);
       .rect-item1 {
         display: flex;
         flex-direction: column;
         width: 16rem;
         height: 15.38rem;
-        background-image: url("../../../assets/TheCurrentJob/bg.png");
-        background-repeat: no-repeat;
-        background-size: 100% 100%;
-        padding: 0.28rem 0.28rem;
+        // background-image: url("../../../assets/TheCurrentJob/bg.png");
+        // background-repeat: no-repeat;
+        // background-size: 100% 100%;
+        border-radius: 8px;
+        background: linear-gradient(
+            0deg,
+            rgba(0, 0, 0, 0.001),
+            rgba(0, 0, 0, 0.001)
+          ),
+          rgba(0, 0, 0, 0),
+          linear-gradient(
+            135deg,
+            rgba(30, 58, 138, 0.6) -3%,
+            rgba(49, 46, 129, 0.6) 99%
+          );
+        box-sizing: border-box;
+        border: 1px solid rgba(96, 165, 250, 0.3);
+        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
+          0px 10px 15px -3px rgba(0, 0, 0, 0.1);
+        padding: 0.28rem 1.28rem;
         box-sizing: border-box;
       }
 
       .rect-item2 {
-        width: 49.88rem;
-        height: 15.38rem;
-        border: 0.1rem solid #02cde6;
+        width: 65rem;
+        height: 14.38rem;
+        border-radius: 8px;
+        background: linear-gradient(
+            0deg,
+            rgba(0, 0, 0, 0.001),
+            rgba(0, 0, 0, 0.001)
+          ),
+          rgba(0, 0, 0, 0),
+          linear-gradient(
+            135deg,
+            rgba(30, 58, 138, 0.6) -3%,
+            rgba(49, 46, 129, 0.6) 99%
+          );
+        box-sizing: border-box;
+        border: 1px solid rgba(96, 165, 250, 0.3);
+        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
+          0px 10px 15px -3px rgba(0, 0, 0, 0.1);
         padding: 0.69rem 1.44rem;
+        position: relative;
 
         .el-table :deep(.el-table__header th) {
-          border: solid 1px #1ac0f6;
+          // border: solid 1px #1ac0f6;
           color: white;
         }
 
         .consten {
-          position: relative;
-          top: 0;
+          width: 100%;
+          position: absolute;
+          top: 10rem;
           z-index: 999;
         }
       }
@@ -1157,9 +1382,25 @@
         flex-direction: column;
         width: 11.31rem;
         height: 15.38rem;
-        background-image: url("../../../assets/TheCurrentJob/bg.png");
-        background-repeat: no-repeat;
-        background-size: 100% 100%;
+        // background-image: url("../../../assets/TheCurrentJob/bg.png");
+        // background-repeat: no-repeat;
+        // background-size: 100% 100%;
+        border-radius: 8px;
+        background: linear-gradient(
+            0deg,
+            rgba(0, 0, 0, 0.001),
+            rgba(0, 0, 0, 0.001)
+          ),
+          rgba(0, 0, 0, 0),
+          linear-gradient(
+            135deg,
+            rgba(30, 58, 138, 0.6) -3%,
+            rgba(49, 46, 129, 0.6) 99%
+          );
+        box-sizing: border-box;
+        border: 1px solid rgba(96, 165, 250, 0.3);
+        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
+          0px 10px 15px -3px rgba(0, 0, 0, 0.1);
         padding: 0.28rem 0.28rem;
         box-sizing: border-box;
       }
@@ -1179,6 +1420,19 @@
 //   border-bottom: solid 1px #1ac2f7;
 //   color: white;
 // }
+.el-table {
+  --el-table-border-color: transparent;
+  --el-table-border: none;
+  --el-table-text-color: #bdbdbe;
+  --el-table-header-text-color: #bdbdbe;
+  --el-table-row-hover-bg-color: transparent;
+  --el-table-current-row-bg-color: transparent;
+  --el-table-header-bg-color: transparent;
+  --el-table-bg-color: transparent;
+  --el-table-tr-bg-color: transparent;
+  --el-table-expanded-cell-bg-color: transparent;
+}
+
 .el-table :deep(.el-table__row td) {
   border: solid 1px #1ac2f7;
   color: white;
@@ -1189,9 +1443,9 @@
   color: #1ac2f7;
 }
 
-.el-table :deep(.el-table__body-wrapper) {
-  background-color: #1ac2f7;
-}
+// .el-table :deep(.el-table__body-wrapper) {
+//   background-color: #1ac2f7;
+// }
 
 :deep(.el-popper) {
   background-color: #ad2525;

--
Gitblit v1.9.3