bri-components 1.2.80 → 1.2.81

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bri-components",
3
- "version": "1.2.80",
3
+ "version": "1.2.81",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -27,7 +27,7 @@
27
27
  <div
28
28
  :class="{
29
29
  'row-item': true,
30
- 'row-item-logo': subMode,
30
+ 'row-item-logo': subMode === 'logo',
31
31
  }"
32
32
  @click="clickRow(row)"
33
33
  >
@@ -297,6 +297,7 @@
297
297
  box-sizing: border-box;
298
298
  width: 100%;
299
299
  margin-bottom: 20px;
300
+ border-radius: 4px;
300
301
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.05), 0 4px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
301
302
  background: #FFFFFF;
302
303
  cursor: pointer;