byt-ui 0.1.20 → 0.1.21
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: hcm
|
|
3
3
|
* @Date: 2023-05-29 13:18:19
|
|
4
4
|
* @LastEditors: 王国火
|
|
5
|
-
* @LastEditTime:
|
|
5
|
+
* @LastEditTime: 2025-02-20 17:41:48
|
|
6
6
|
* @Description: 消息推送选择目标组件
|
|
7
7
|
-->
|
|
8
8
|
<template>
|
|
@@ -228,10 +228,6 @@ export default {
|
|
|
228
228
|
display: flex;
|
|
229
229
|
justify-content: space-between;
|
|
230
230
|
align-items: center;
|
|
231
|
-
margin-bottom: 15px;
|
|
232
|
-
// border: 1px solid #dadada;
|
|
233
|
-
// border-radius: 4px;
|
|
234
|
-
// padding: 4px;
|
|
235
231
|
}
|
|
236
232
|
.mpt-target {
|
|
237
233
|
position: relative;
|