fix
This commit is contained in:
6
vue-project/my-kintone-plugin/src/css/config.css
Normal file
6
vue-project/my-kintone-plugin/src/css/config.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.settings-heading {
|
||||
padding: 1em 0;
|
||||
}
|
||||
.kintoneplugin-input-text {
|
||||
width: 20em;
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
declare global {
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
[key: string]: any;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user