@utogether/components 1.15.18 → 1.15.19
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/dist/style.css +1 -0
- package/package.json +4 -3
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.su-popconfirm .el-popconfirm__main{font-size:12px!important}.su-popconfirm .el-popconfirm__action{display:flex;justify-content:center}.su-popconfirm .el-popconfirm__action .el-button.is-text{border:1px solid #cdd0d6!important;padding:4px 6px}.su-popconfirm .el-popconfirm__action .el-button--primary{padding:4px 6px}.su-lov-wrapper .vxe-pager .vxe-pager--sizes{width:7em!important;text-align:center;cursor:pointer;display:inline-block}.su-lov-wrapper .el-dialog__header{padding:.6em 4.6em .6em 1em;border-bottom:1px solid #ebeef5;background-color:#f8f8f8;margin-right:0}.su-lov-wrapper .el-dialog__header .el-dialog__title{color:#000!important;font-size:1.1em;font-weight:600}.su-lov-wrapper .el-dialog__body,.su-lov-wrapper .el-dialog__footer{padding:5px 6px}.su-lov-wrapper .vxe-grid .vxe-form .vxe-form--item .vxe-form--item-title-label{color:#000!important;font-weight:500!important}.su-lov-wrapper .vxe-grid .vxe-form .vxe-form--item .vxe-input--date-picker-suffix{color:#000!important}.su-lov-wrapper .vxe-grid .vxe-cell .vxe-cell--label{color:#000!important;font-weight:500!important}.su-lov-wrapper .vxe-input i[class*=vxe-icon-]{color:#6a6a6a!important}.su-attachment-wrapper .vxe-toolbar{height:26px;padding-left:0;background-color:#fff!important}.su-attachment-wrapper .vxe-toolbar .vxe-button{height:26px}.su-attachment-wrapper .vxe-toolbar .su-divider-wrapper{margin-bottom:0}.su-attachment-wrapper .su-attachment-divider{padding:12px;margin:0}.su-input[data-v-e4bba476]{appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;display:inline-block;font-size:13px;outline:0;padding:0 15px;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;height:28px;line-height:28px}.su-input[data-v-e4bba476]:hover{border-color:#c0c4cc}.su-input[data-v-e4bba476]:focus{border-color:#409eff;outline:0}.su-input[data-v-e4bba476]:disabled{background-color:#f5f7fa;outline:none}.su-content[data-v-5fd5f9a4]{width:100%;height:100%;padding:0 8px;background-color:#f7f7f7}.su-content-top[data-v-5fd5f9a4]{position:sticky;top:0;left:0;z-index:10;display:flex;align-items:center;height:36px;padding:2px 12px;background-color:#fff;border:1px solid #e0ebf6}.su-content-body[data-v-5fd5f9a4]{width:100%;height:100%;margin:5px 0;background-color:#fff;border:1px solid #e0ebf6;border-radius:5px}.su-divider-wrapper[data-v-b7f25a99]{width:100%;height:24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;margin-bottom:6px}.su-divider-wrapper .su-color-block[data-v-b7f25a99]{display:inline-block;width:5px;height:16px;margin:5px;background-color:#1cbbb4}.su-divider-wrapper .su-divider-title[data-v-b7f25a99]{font-weight:700;font-size:12px}.su-dropdown{margin-left:6px}.su-dropdown-menu .el-dropdown-menu__item .vxe-button--icon{margin-right:0!important}.su-grid-wrapper{padding:5px}.su-grid-wrapper .vxe-form--item{padding:.1em .8em .1em 0!important}
|
package/package.json
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utogether/components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.15.
|
|
4
|
+
"version": "1.15.19",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/components.umd.js",
|
|
7
7
|
"module": "dist/components.umd.js",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/components.umd.js",
|
|
10
|
-
"dist/index.d.ts"
|
|
10
|
+
"dist/index.d.ts",
|
|
11
|
+
"dist/style.css"
|
|
11
12
|
],
|
|
12
13
|
"keywords": [],
|
|
13
14
|
"author": "levi7754@163.com",
|
|
14
15
|
"license": "ISC",
|
|
15
16
|
"dependencies": {
|
|
16
|
-
"@utogether/utils": "^1.15.
|
|
17
|
+
"@utogether/utils": "^1.15.16"
|
|
17
18
|
},
|
|
18
19
|
"scripts": {
|
|
19
20
|
"dev": "vite",
|