@jx3box/jx3box-ui 2.0.19 → 2.0.20

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": "@jx3box/jx3box-ui",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -433,16 +433,17 @@ export default {
433
433
  /* src/comment/CommentContent.vue */
434
434
  .c-comment-cmt {
435
435
 
436
- --el-color-primary:@primary;
436
+ //--el-color-primary:@primary;
437
437
 
438
438
  flex-grow: 1;
439
439
  position: relative;
440
440
  .u-toolbar {
441
441
  font-size: 12px;
442
442
  margin-top:5px;
443
- color:var(--el-color-primary);
443
+ color:@v4tip;
444
444
  .el-button.is-link {
445
- color: var(--el-color-primary);
445
+ color:@v4tip;
446
+ font-weight: normal;
446
447
  &:hover{
447
448
  color:@pink;
448
449
  }