| src/layout/components/AppMain.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/user/archivesChange.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/user/archivesEdit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/yunpan/fujian.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/yunpan/uploadfj.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/yunpan/zhishou.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/layout/components/AppMain.vue
@@ -26,7 +26,7 @@ width: 100%; position: relative; overflow: hidden; background: #f3f5f8; background: #fff; font-size: .88rem; } src/views/user/archivesChange.vue
@@ -1189,6 +1189,7 @@ >下载 </el-button> <el-button class="pri-del-btn" type="primary" icon="el-icon-search" size="mini" @@ -1196,7 +1197,7 @@ >删除 </el-button> <el-popconfirm title="是否移动附件?" @onConfirm="mvdialogFormVisible = true"> <el-button slot="reference" class="hr-but" type="danger">转存</el-button> <el-button slot="reference" type="danger">转存</el-button> </el-popconfirm> </el-col> </el-row> @@ -6002,5 +6003,9 @@ color: #333 !important; } } .pri-del-btn { background-color: rgb(64, 158, 255); border-color: rgb(64, 158, 255); } </style> src/views/user/archivesEdit.vue
@@ -1330,6 +1330,7 @@ >下载 </el-button> <el-button class="pri-del-btn" type="primary" icon="el-icon-search" size="mini" @@ -1337,7 +1338,7 @@ >删除 </el-button> <el-popconfirm title="是否移动附件?" @onConfirm="mvdialogFormVisible = true"> <el-button slot="reference" class="hr-but" type="danger">转存</el-button> <el-button slot="reference" type="danger">转存</el-button> </el-popconfirm> </el-col> </el-row> @@ -6143,5 +6144,9 @@ color: #333 !important; } } .pri-del-btn { background-color: rgb(64, 158, 255) !important; border-color: rgb(64, 158, 255) !important; } </style> src/views/yunpan/fujian.vue
@@ -334,7 +334,7 @@ :data="tableData" stripe border :cell-style="{padding:'7px 0','text-align':'center'}" :cell-style="{padding:'4.8px 0','text-align':'center'}" :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" style="width: 100%;color: #000;" > @@ -373,6 +373,7 @@ </el-table> <pagination v-show="total>0" style="text-align: right;width: 98%;" :total="total" :page.sync="pagination.num" :limit.sync="pagination.size" src/views/yunpan/uploadfj.vue
@@ -63,12 +63,13 @@ >下载</el-button> <el-button type="primary" class="pri-del-btn" icon="el-icon-search" size="mini" @click="delFile()" >删除</el-button> <el-popconfirm title="是否移动附件?" @onConfirm="mvdialogFormVisible = true"> <el-button slot="reference" class="hr-but" type="danger">转存</el-button> <el-button slot="reference" type="danger">转存</el-button> </el-popconfirm> <el-button type="warning" @click="openUpdateFileName()">重命名</el-button> </el-col> @@ -617,8 +618,8 @@ } } .add-folder-but { background: #fff !important; color: #a32c30 !important; background: #a32c30 !important; color: #fff !important; margin-bottom: 20px; } padding: 0 15px 0 15px; @@ -667,7 +668,6 @@ border-color: #a32c30; } .myRedCheckBox .el-checkbox__label { width: 90%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; @@ -731,4 +731,8 @@ .el-input-number { width: 100%; } .pri-del-btn { background-color: rgb(64, 158, 255); border-color: rgb(64, 158, 255); } </style> src/views/yunpan/zhishou.vue
@@ -1,5 +1,5 @@ <template> <div class="zs-main"> <div class="zs-main" style="background-color: #fff"> <el-row class="search-title"> <el-col :span="18" class="title"> <div class="zs-title">云盘智搜</div> @@ -21,7 +21,7 @@ <el-aside width="210px" style="background-color: #fff;text-align: center;"> <el-button class="add-folder-but" @click="dialogFormVisible = true">新增</el-button> <el-popconfirm title="是否删除目录?" @onConfirm="delFolder()"> <el-button slot="reference" class="hr-but-all" type="danger">删除</el-button> <el-button slot="reference" class="pri-del-btn" type="primary">删除</el-button> </el-popconfirm> <el-dialog title="新增文件夹" @@ -97,12 +97,13 @@ >下载</el-button> <el-button type="primary" class="pri-del-btn" icon="el-icon-search" size="mini" @click="delFile()" >删除</el-button> <el-popconfirm title="是否移动文件?" @onConfirm="mvdialogFormVisible = true"> <el-button slot="reference" class="hr-but" type="danger">转存</el-button> <el-button slot="reference" type="danger">转存</el-button> </el-popconfirm> <el-button type="warning" @click="openUpdateFileName()">重命名</el-button> </el-col> @@ -679,8 +680,8 @@ } } .add-folder-but { background: #fff !important; color: #a32c30 !important; background: #a32c30 !important; color: #fff !important; margin-bottom: 20px; } padding: 0 15px 0 15px; @@ -688,9 +689,10 @@ line-height: 60px; } .uploading-image { width: 100%; height: 100%; width: 70%; height: 70%; display: block; margin-left: 30px; } } @@ -724,6 +726,18 @@ /* 设置鼠标经过对勾框,对勾框边框的颜色 */ .myRedCheckBox .el-checkbox__inner:hover { border-color: #a32c30; } .myRedCheckBox .el-checkbox__label { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .myRedCheckBox { margin-left: -10px; } .myRedCheckBox .el-checkbox__input { vertical-align: text-top; } .avatar-uploader{ .el-upload-dragger{ @@ -791,5 +805,9 @@ .el-input-number { width: 100%; } .pri-del-btn { background-color: rgb(64, 158, 255) !important; border-color: rgb(64, 158, 255) !important; } </style>