Compare commits

..

No commits in common. "d0a6e6fa5bb847949c6ab27b023f3fae18a57b38" and "0567bd9465f66f7c764d86cc982b5dc5d6209608" have entirely different histories.

6 changed files with 6908 additions and 22132 deletions

View file

@ -1,11 +1,7 @@
#!/bin/bash
method="patch"
if [[ $1 != "" ]]; then
method=$1
fi
npm version $method
npm run build
yarn version
yarn build
if [[ $? == 0 ]]; then
tar czf cmc_fe.tar.gz dist
git add . cmc_fe.tar.gz

22121
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "cmc_fe",
"version": "0.1.6",
"version": "0.1.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View file

@ -24,7 +24,7 @@
{{ complaint.info.comments }}
</v-card-text>
<v-card-subtitle>
Info
Info
</v-card-subtitle>
<v-card-text>
<v-row>

View file

@ -129,9 +129,6 @@ export default {
}
</script>
<style>
.scroller {
height:600px;
}
.item {
height: 100px;
overflow-y:hidden;

6904
yarn.lock Normal file

File diff suppressed because it is too large Load diff