Commit 89dbbbcd authored by gongzijian's avatar gongzijian
Browse files

修复样式 错位 和 .env

parent 98ab27e5
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line

# 后端接口地址
#API_BASE = http://192.168.221.188:12345

# 后端接口地址
API_BASE = http://192.168.220.154:12345
API_BASE = http://192.168.xx.xx:12345

# 本地开发如需ip访问项目把"#"号去掉
#DEV_HOST = 192.168.xx.xx
 No newline at end of file
+4 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
      .assist-btn {
        position: absolute;
        left: 10px;
        top: 4px;
        top: 7px;
        >.name {
          padding-left: 6px;
          vertical-align: middle;
@@ -146,6 +146,8 @@
        >.copy-name {
          cursor: pointer;
          padding-left: 4px;
          position: relative;
          top: -2px;
          &:hover {
            i {
              color: #47c3ff;
@@ -154,6 +156,7 @@
          i {
            color: #333;
            font-size: 18px;
            vertical-align: middle;
          }
        }
      }
+2 −1
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
                  icon="fa fa-code">
          </x-button>
          <span class="name">{{name}}</span>
          &nbsp;
          <span v-if="name"  class="copy-name" @click="_copyName" :data-clipboard-text="name"><i class="iconfont" data-container="body"  data-toggle="tooltip" title="复制名称" >&#xe61e;</i></span>
        </div>
        <div class="save-btn">