jufubao-admin-library 1.1.133 → 1.1.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,3 @@
1
- .el-icon-circle-check {
2
- display: none !important;
3
- }
4
-
5
1
  .text-overflow {
6
2
  overflow: hidden;
7
3
  white-space: nowrap;
@@ -24,6 +24,7 @@
24
24
  v-model="file_name"
25
25
  placeholder="请输入素材名称"
26
26
  clearable
27
+ class="main-content-search"
27
28
  >
28
29
  <el-button type="primary" slot="append" icon="el-icon-search" @click="handleSearch()"></el-button>
29
30
  </el-input>
@@ -335,9 +336,15 @@ export default {
335
336
  </script>
336
337
 
337
338
  <style scoped lang="scss">
339
+ .main-content-search ::v-deep .el-input__validateIcon {
340
+ display: none !important;
341
+ }
338
342
  .active {
339
343
  border: 2px solid #409eff;
340
344
  position: relative;
341
345
  overflow: hidden;
342
346
  }
347
+ .el-icon-circle-check {
348
+ display: none !important;
349
+ }
343
350
  </style>
@@ -1135,6 +1135,9 @@ export default {
1135
1135
  display: flex;
1136
1136
  justify-content: center;
1137
1137
  }
1138
+ .el-icon-circle-check {
1139
+ display: none !important;
1140
+ }
1138
1141
  .el-empty {
1139
1142
  display: flex;
1140
1143
  justify-content: center;
@@ -24,6 +24,7 @@
24
24
  v-model="file_name"
25
25
  placeholder="请输入素材名称"
26
26
  clearable
27
+ class="main-content-search"
27
28
  >
28
29
  <el-button type="primary" slot="append" icon="el-icon-search" @click="handleSearch()"></el-button>
29
30
  </el-input>
@@ -352,9 +353,15 @@ export default {
352
353
  </script>
353
354
 
354
355
  <style scoped lang="scss">
356
+ .main-content-search ::v-deep .el-input__validateIcon {
357
+ display: none !important;
358
+ }
355
359
  .active {
356
360
  border: 2px solid #409eff;
357
361
  position: relative;
358
362
  overflow: hidden;
359
363
  }
364
+ .el-icon-circle-check {
365
+ display: none !important;
366
+ }
360
367
  </style>
@@ -19,6 +19,7 @@
19
19
  placeholder="请输入素材名称"
20
20
  clearable
21
21
  @clear="handleClearSearch"
22
+ class="main-content-search"
22
23
  >
23
24
  <el-button type="primary" slot="append" icon="el-icon-search" @click="handleNameSearch()"></el-button>
24
25
  </el-input>
@@ -335,6 +336,9 @@ export default {
335
336
  </script>
336
337
 
337
338
  <style scoped lang="scss">
339
+ .main-content-search ::v-deep .el-input__validateIcon {
340
+ display: none !important;
341
+ }
338
342
  .platform-content {
339
343
  height: calc(100% - 114px);
340
344
  display: flex;
@@ -434,4 +438,8 @@ export default {
434
438
  width: auto!important;
435
439
  }
436
440
 
441
+ .el-icon-circle-check {
442
+ display: none !important;
443
+ }
444
+
437
445
  </style>
@@ -24,6 +24,7 @@
24
24
  style="width: 264px"
25
25
  v-model="file_name"
26
26
  placeholder="请输入素材名称"
27
+ class="main-content-search"
27
28
  >
28
29
  <el-button type="primary" slot="append" icon="el-icon-search" @click="handleSearch()"></el-button>
29
30
  </el-input>
@@ -238,9 +239,15 @@ export default {
238
239
  </script>
239
240
 
240
241
  <style scoped lang="scss">
242
+ .main-content-search ::v-deep .el-input__validateIcon {
243
+ display: none !important;
244
+ }
241
245
  .active {
242
246
  border: 2px solid #409eff;
243
247
  position: relative;
244
248
  overflow: hidden;
245
249
  }
250
+ .el-icon-circle-check {
251
+ display: none !important;
252
+ }
246
253
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.133",
3
+ "version": "1.1.134",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {