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.
- package/library/viewModules/viewsMaterial/viewsMaterial/common/common.scss +0 -4
- package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/company.vue +7 -0
- package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/detail.vue +3 -0
- package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/my.vue +7 -0
- package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/platform.vue +8 -0
- package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/share.vue +7 -0
- package/package.json +1 -1
|
@@ -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>
|
|
@@ -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>
|