Kaynağa Gözat

Updated Styles

master
30117125 4 yıl önce
ebeveyn
işleme
80bf2c078f
3 değiştirilmiş dosya ile 13 ekleme ve 9 silme
  1. 9
    5
      public/css/newStyle.css
  2. 2
    2
      src/main.js
  3. 2
    2
      vue.config.js

+ 9
- 5
public/css/newStyle.css Dosyayı Görüntüle

@@ -441,7 +441,15 @@ h3 {
441 441
 
442 442
 .nav-menu ul ul {
443 443
   top: 0;
444
-  left: 100%;
444
+  right: 100%;
445
+}
446
+
447
+/* Large devices (laptops/desktops, 992px and up) */
448
+@media only screen and (max-width: 1200px) {
449
+  .nav-menu ul ul {
450
+    margin: 0;
451
+    left: 100%;
452
+  }
445 453
 }
446 454
 
447 455
 .nav-menu ul li {
@@ -536,10 +544,6 @@ h3 {
536 544
   color: #1b75bb;
537 545
 }
538 546
 
539
-.nav-menu ul ul {
540
-  margin: 0;
541
-}
542
-
543 547
 /* Mobile Nav Toggle */
544 548
 
545 549
 #mobile-nav-toggle {

+ 2
- 2
src/main.js Dosyayı Görüntüle

@@ -29,8 +29,8 @@ Vue.use(VueGoogleMaps, {
29 29
 });
30 30
 Vue.config.productionTip = false;
31 31
 //axios.defaults.baseURL = "http://localhost:57260";
32
-axios.defaults.baseURL = "http://training.provision-sa.com:82";
33
-//axios.defaults.baseURL = "http://localhost:8080/";
32
+//axios.defaults.baseURL = "http://training.provision-sa.com:82";
33
+axios.defaults.baseURL = "http://localhost:8080/";
34 34
 
35 35
 Vue.prototype.$axios = axios;
36 36
 const pluginOptions = {

+ 2
- 2
vue.config.js Dosyayı Görüntüle

@@ -2,8 +2,8 @@ module.exports = {
2 2
   devServer: {
3 3
     proxy: {
4 4
       "/api": {
5
-        //target: "http://localhost:57260/",
6
-        target: "http://training.provision-sa.com:82",
5
+        target: "http://localhost:57260/",
6
+        //target: "http://training.provision-sa.com:82",
7 7
         changeOrigin: true
8 8
       },
9 9
       "/nph-srep": {

Loading…
İptal
Kaydet