@steedos/service-plugin-amis 2.7.17-beta.1 → 2.7.17-beta.10

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.
@@ -88,7 +88,7 @@ const getRecordPageInitSchema = async function (objectApiName, userSession) {
88
88
  }
89
89
  const content = {
90
90
  "type": "tabs",
91
- "className": "steedos-record-tabs bg-white p-4 sm:m-2 sm:border sm:rounded",
91
+ "className": "steedos-record-tabs bg-white p-4 sm:m-4 sm:shadow sm:rounded",
92
92
  "tabs": [
93
93
  detailed
94
94
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.7.17-beta.1",
3
+ "version": "2.7.17-beta.10",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "e6a00f2eb18f41f3cc66d96e008fad091d9a21e4",
16
+ "gitHead": "5dd1dfd107ce014009fe3c6c664ff39a8b3263d0",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -123,4 +123,8 @@
123
123
 
124
124
  .antd-PdfViewer-Tool .page-input {
125
125
  color: #000000 !important;
126
+ }
127
+
128
+ .file-version {
129
+ color: #946a02 !important;
126
130
  }