提交 89dbbbcd 编写于 作者: G gongzijian

修复样式 错位 和 .env

上级 98ab27e5
# 后端接口地址
#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
#DEV_HOST = 192.168.xx.xx
\ No newline at end of file
......@@ -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;
}
}
}
......
......@@ -29,7 +29,8 @@
icon="fa fa-code">
</x-button>
<span class="name">{{name}}</span>
<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>
&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">
<div class="operation" style="vertical-align: middle;">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册