From 4148cd485e8200d8ee9f2b466b6cedbe61626be0 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期二, 20 八月 2019 22:24:03 +0800
Subject: [PATCH] 修复 前台展示窄屏问题
---
WebService/src/main/resources/components/basePrivilegePackage/basePrivilege-manage/basePrivilegeManage.html | 50 +++++++++++++++++++++++++++++---------------------
1 files changed, 29 insertions(+), 21 deletions(-)
diff --git a/WebService/src/main/resources/components/basePrivilegePackage/basePrivilege-manage/basePrivilegeManage.html b/WebService/src/main/resources/components/basePrivilegePackage/basePrivilege-manage/basePrivilegeManage.html
index c299e84..ab838eb 100644
--- a/WebService/src/main/resources/components/basePrivilegePackage/basePrivilege-manage/basePrivilegeManage.html
+++ b/WebService/src/main/resources/components/basePrivilegePackage/basePrivilege-manage/basePrivilegeManage.html
@@ -5,29 +5,35 @@
<div class="ibox-title">
<h5>鏌ヨ鏉′欢</h5>
<div class="ibox-tools" style="top:10px;">
-
+
</div>
</div>
<div class="ibox-content">
<div class="row">
-<div class="col-sm-4" >
-<div class="form-group">
+ <div class="col-sm-4">
+ <div class="form-group">
<input type="text" placeholder="璇疯緭鍏ユ潈闄愬悕绉�" v-model="basePrivilegeManageInfo.conditions.name" class=" form-control">
- </div> </div><div class="col-sm-4" >
-<div class="form-group">
+ </div>
+ </div>
+ <div class="col-sm-4">
+ <div class="form-group">
<input type="text" placeholder="璇疯緭鍏ユ潈闄愮紪鐮�" v-model="basePrivilegeManageInfo.conditions.pId" class=" form-control">
- </div> </div><div class="col-sm-3" >
-<select class="custom-select" v-model="basePrivilegeManageInfo.conditions.domain">
- <option selected value="">璇烽�夋嫨鍟嗘埛绫诲瀷</option>
- <option value="800900000001">杩愯惀鍥㈤槦</option>
-<option value="800900000002">浠g悊鍟�</option>
-<option value="800900000003">鐗╀笟</option>
-<option value="800900000000">寮�鍙戝洟闃�</option>
- </select> </div><div class="col-sm-1">
+ </div>
+ </div>
+ <div class="col-sm-3">
+ <select class="custom-select" v-model="basePrivilegeManageInfo.conditions.domain">
+ <option selected value="">璇烽�夋嫨鍟嗘埛绫诲瀷</option>
+ <option value="800900000001">杩愯惀鍥㈤槦</option>
+ <option value="800900000002">浠g悊鍟�</option>
+ <option value="800900000003">鐗╀笟</option>
+ <option value="800900000000">寮�鍙戝洟闃�</option>
+ </select></div>
+ <div class="col-sm-1">
<button type="button" class="btn btn-primary btn-sm" v-on:click="_queryBasePrivilegeMethod()">
- <i class="glyphicon glyphicon-search"></i> 鏌ヨ
+ <i class="glyphicon glyphicon-search"></i> 鏌ヨ
</button>
- </div></div>
+ </div>
+ </div>
</div>
@@ -50,13 +56,13 @@
<table class="footable table table-stripped toggle-arrow-tiny"
data-page-size="15"
- style="table-layout: fixed;word-break:break-all;"
>
<thead>
<tr>
- <th class="text-center">鏉冮檺ID</th>
+ <th class="text-center">鏉冮檺ID</th>
<th class="text-center">鏉冮檺鍚嶇О</th>
<th class="text-center">鍟嗘埛绫诲瀷</th>
+ <th class="text-center">鍒涘缓鏃堕棿</th>
<th class="text-center">鎿嶄綔</th>
@@ -64,15 +70,18 @@
</thead>
<tbody>
<tr v-for="basePrivilege in basePrivilegeManageInfo.basePrivileges">
- <td class="text-center">{{basePrivilege.pId}}</td>
+ <td class="text-center">{{basePrivilege.pId}}</td>
<td class="text-center">{{basePrivilege.name}}</td>
<td class="text-center">{{basePrivilege.domain}}</td>
- <td class="text-center"><div class="btn-group">
+ <td class="text-center">{{basePrivilege.createTime}}</td>
+ <td class="text-center">
+ <div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openEditBasePrivilegeModel(basePrivilege)">淇敼</button>
</div>
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openDeleteBasePrivilegeModel(basePrivilege)">鍒犻櫎</button>
- </div></td>
+ </div>
+ </td>
</tr>
</tbody>
@@ -91,7 +100,6 @@
</div>
</div>
-
<vc:create name="addBasePrivilege"
callBackListener=""
--
Gitblit v1.8.0