فهرست منبع

[更新] table style

Kunduin 7 سال پیش
والد
کامیت
d92574497c
2فایلهای تغییر یافته به همراه11 افزوده شده و 2 حذف شده
  1. 9 0
      src/assets/scss/app.scss
  2. 2 2
      vue.config.js

+ 9 - 0
src/assets/scss/app.scss

@@ -87,3 +87,12 @@ $default-margin-between:1.5rem;
   padding: 1em;
 }
 
+.table thead td, .table thead th{
+  border-bottom: 1px solid rgba(112, 96, 255, 0.22);
+}
+
+.table td, .table th{
+  border-width: 0 0 1px;
+  padding: 1em 0.75em;
+  border-bottom: 1px solid rgba(112, 96, 255, 0.22);
+}

+ 2 - 2
vue.config.js

@@ -2,8 +2,8 @@ module.exports = {
   devServer: {
     proxy: {
       "^/api": {
-        // target: "http://localhost:4000/",
-        target: "http://172.19.131.216:8080/",
+        target: "http://localhost:4000/",
+        // target: "http://172.19.131.216:8080/",
         ws: true,
         changeOrigin: true
       }