Compare commits
No commits in common. "d0a6e6fa5bb847949c6ab27b023f3fae18a57b38" and "0567bd9465f66f7c764d86cc982b5dc5d6209608" have entirely different histories.
d0a6e6fa5b
...
0567bd9465
6 changed files with 6908 additions and 22132 deletions
|
@ -1,11 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
method="patch"
|
yarn version
|
||||||
if [[ $1 != "" ]]; then
|
yarn build
|
||||||
method=$1
|
|
||||||
fi
|
|
||||||
npm version $method
|
|
||||||
npm run build
|
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
tar czf cmc_fe.tar.gz dist
|
tar czf cmc_fe.tar.gz dist
|
||||||
git add . cmc_fe.tar.gz
|
git add . cmc_fe.tar.gz
|
||||||
|
|
22121
package-lock.json
generated
22121
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cmc_fe",
|
"name": "cmc_fe",
|
||||||
"version": "0.1.6",
|
"version": "0.1.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
{{ complaint.info.comments }}
|
{{ complaint.info.comments }}
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-subtitle>
|
<v-card-subtitle>
|
||||||
Info
|
Info
|
||||||
</v-card-subtitle>
|
</v-card-subtitle>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-row>
|
<v-row>
|
||||||
|
|
|
@ -129,9 +129,6 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.scroller {
|
|
||||||
height:600px;
|
|
||||||
}
|
|
||||||
.item {
|
.item {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
overflow-y:hidden;
|
overflow-y:hidden;
|
||||||
|
|
Loading…
Reference in a new issue