Commit 7b85352b by fengweida

添加一个复制按钮,固定在右下角,可以在下拉勾选服务时,不需要拉到最顶上再点击复制

1 parent de751893
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<body> <body>
<h1 style="text-align: center"></h1> <h1 style="text-align: center"></h1>
<div id="app" class="main container"> <div id="app" class="main container">
<button type="button" class="btn btn-default navbar-btn" style="position:fixed;bottom:10px;right:20px;" @click="copyNew">复制出来</button>
<!-- 导航栏 --> <!-- 导航栏 -->
<nav class="navbar navbar-default"> <nav class="navbar navbar-default">
<div class="container-fluid"> <div class="container-fluid">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!